We now make a show function for all default datatypes.
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 29 Jul 2009 12:01:41 +0000 (14:01 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 29 Jul 2009 12:01:41 +0000 (14:01 +0200)
commit1ccb9c8289bfb3c2701bf62435332b4c94b04169
tree51cf001c3a32796e791d8daeb8e7e8e0a58ef205
parent4c63601269c7097e2177c547dc36d4edecc1c648
We now make a show function for all default datatypes.

We need to figure out how to show custom datatypes in VHDL, for that
we will need a string representation for each constructor.
cλash/CLasH/VHDL.hs
cλash/CLasH/VHDL/Constants.hs
cλash/CLasH/VHDL/Generate.hs
cλash/CLasH/VHDL/VHDLTools.hs