Add support for enumeration types.
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 9 Sep 2009 07:27:29 +0000 (09:27 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 9 Sep 2009 07:27:29 +0000 (09:27 +0200)
commitd2fb40118bbcc404ea242d57dd6be196e70d171d
tree62d10d0a40484a126a96801cae03606c8e7a65b0
parenta8e9b068368bf974388fd8f929e0ba1aa9220f29
Add support for enumeration types.

The generated VHDL 'show' function is kind of lame, it only prints
the name of the type, not the actual datacon.
cλash/CLasH/Translator/TranslatorTypes.hs
cλash/CLasH/VHDL/Generate.hs
cλash/CLasH/VHDL/VHDLTools.hs