Started cleanup of VHDL.hs and some builtin funcs now expect CoreBndrs instead of...
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Tue, 23 Jun 2009 20:35:41 +0000 (22:35 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Tue, 23 Jun 2009 20:35:41 +0000 (22:35 +0200)
commit500eeddbc234537b7453f7368387977ad83f0262
tree3703743f9d75c299258f28dec0ce015237254568
parentdfdf88c20bacf8f8e7863cf7a41c86c869735f6f
Started cleanup of VHDL.hs and some builtin funcs now expect CoreBndrs instead of VHDLIds

VHDL.hs now only deals with functions that use the VHDLState Monad
All the other (helper) functions are now moved to VHDLTools.hs

Commented functions in VHDL.hs that relied on Flatfunctions. They
are ready for either removal, or should be updated to use Core
types.
Generate.hs
VHDL.hs
VHDLTools.hs [new file with mode: 0644]
VHDLTypes.hs