Remove defunct makeVHDLStrings function, messes with haddock
[matthijs/master-project/cλash.git] / cλash / CLasH / Translator.hs
2010-06-01 christiaanbRemove defunct makeVHDLStrings function, messes with...
2010-03-31 Matthijs KooijmanKeep (and show) a count of applied transformations.
2010-03-31 Matthijs KooijmanLog the time needed for compilation.
2009-11-11 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-11-11 Christiaan BaaijClean up source files:
2009-11-10 Christiaan BaaijUse data-accessor-transformers package to remove deprec...
2009-11-10 Christiaan BaaijFixed VHDL Type generation, vhdlTy now uses HType's...
2009-11-06 Christiaan BaaijStart support on initial state. Substates currently...
2009-08-14 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-14 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-13 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-13 Christiaan BaaijGenerate more unique variable names, generate truely...
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