Generate the VHDLId of an entity in a single place.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 22 Jun 2009 13:14:09 +0000 (15:14 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 22 Jun 2009 13:14:09 +0000 (15:14 +0200)
commit2a78027bc1bd5f837b1f638cc1a347c52f5e6ba5
tree79e0a90fe70dbed80dba1b3ec4d19c714e6901eb
parentd440d5946729bd07e47ef2f3fed58bbe1284f8fa
Generate the VHDLId of an entity in a single place.

Additionally, make the SignatureMap indexed by CoreBndr instead of String.
This was previously not possible, because the builtin function also needed
to be in the signature map. This is no longer the case.
VHDL.hs
VHDLTypes.hs