Add support for translating designs defined over multiple modules
[matthijs/master-project/cλash.git] / cλash / CLasH / Translator.hs
2009-08-07 Christiaan BaaijAdd support for translating designs defined over multip...
2009-08-07 Christiaan BaaijHave reduceCoreListToHsList work with simplified modules
2009-08-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-06 Matthijs KooijmanRemove the unused "stateful" argument fomr makeVHDL*.
2009-08-05 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-05 Matthijs KooijmanRestructure the "finder" functions.
2009-08-05 Matthijs KooijmanFix testbench again.
2009-08-05 Matthijs KooijmanMake vhdl generation and normalization lazy.
2009-08-03 Matthijs KooijmanPut a comment on UniqSupply generation back.
2009-08-03 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-02 Christiaan BaaijUse createDirectoryIfMissing to create the vhdl directo...
2009-08-01 Christiaan BaaijBring back listBind(ings) in Utils.hs by reorganising...
2009-07-31 Christiaan BaaijFix a few comments so Haddock will complete
2009-07-31 Christiaan BaaijFurther clean up Translator.hs (almost done now)
2009-07-31 Christiaan BaaijCleanup Translator.hs
2009-07-31 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-07-28 Christiaan BaaijAdd automated testbench generation according to supplie...
2009-07-28 Matthijs KooijmanShow type of binder in listBinding.
2009-07-28 Matthijs KooijmanMake listBind use listBinding.
2009-07-22 Christiaan BaaijRemoved need for GHC.Paths, some functions however...
2009-07-16 Christiaan BaaijWe now support Annotations to indicate top-level entity...
2009-07-15 Christiaan BaaijAdepted the modules to their new structure