Let mkCompInsSm look up the actual VHDL entity id.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 16 Feb 2009 12:01:28 +0000 (13:01 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 16 Feb 2009 12:01:28 +0000 (13:01 +0100)
commitb2a68b424663d5a909791080c416a54088321936
tree2e062b0438ae29e3536e8cbfc84e5b94aca8a08c
parentf3f93a3ced1b73a8ea40ec065544504bb4fe87f5
Let mkCompInsSm look up the actual VHDL entity id.

Previously, it would always instantiate "foo". This also adds another
entity id field to the "Entity" type, since builtin function don't have a
VHDL EntityDec, but do need an id.
Pretty.hs
VHDL.hs
VHDLTypes.hs