Store the type of a signal in a SignalNameMap.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 30 Jan 2009 12:21:07 +0000 (13:21 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 30 Jan 2009 12:21:07 +0000 (13:21 +0100)
commitd3305d889f7776f98205ab60c958e13fed68d528
tree55d22b6d7468a558f821e4cd26e7cd2a9eee9ad2
parent698e8d4deb062bca9b6a0452f228f6e8e9cb1c6d
Store the type of a signal in a SignalNameMap.

Note that the type is still always filled with vhdl_bit_ty, but this moves
this hardcoding from two seperate places to one place (where we can remove
it next).
Translator.hs