Allow explicit empty VHDL types using Maybe.
[matthijs/master-project/cλash.git] / cλash /
2009-08-06 Matthijs KooijmanAllow explicit empty VHDL types using Maybe.
2009-08-06 Matthijs KooijmanDon't generate input ports for State arguments.
2009-08-06 Matthijs KooijmanDon't generate VHDL for state packing.
2009-08-06 Matthijs KooijmanAdd TypedThing class, and generalize hasStateType with it.
2009-08-06 Matthijs KooijmanAdd letremoveunused transformation.
2009-08-06 Matthijs KooijmanAdd changeif normalization helper function.
2009-08-06 Matthijs KooijmanAdd expr_uses_binders predicate.
2009-08-06 Matthijs KooijmanAdd {is,has}StateType predicates.
2009-08-06 Matthijs KooijmanLet mkTupleShow support empty tuples.
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 KooijmanAdd catMaybesM and concatM helper functions.
2009-08-05 Matthijs KooijmanUse the right id for the testbench architecture.
2009-08-05 Christiaan BaaijFix builtin functions (!),take and RangedWord
2009-08-05 Matthijs KooijmanFix testbench again.
2009-08-05 Matthijs KooijmanSplit of part of getNormalized into normalizeExpr.
2009-08-05 Matthijs KooijmanAdd unzipM helper function.
2009-08-05 Matthijs KooijmanSlightly simplify getEntity.
2009-08-05 Matthijs KooijmanMove around some helper functions.
2009-08-05 Matthijs KooijmanRemove compatability aliases for the old sessions.
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-03 Christiaan BaaijTFVec builtin should now completely work
2009-08-02 Christiaan BaaijClean up imports in Generate.hs
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 Christiaan BaaijFail again when we find a global function
2009-07-31 Christiaan BaaijPartially fixed TFVec builtin function. Still needs...
2009-07-31 Matthijs KooijmanMerge casevalsimpl and casewild into casesimpl.
2009-07-31 Matthijs KooijmanFix a small bug in the case wildening.
2009-07-31 Matthijs KooijmanPrevent conflicts with inlinenonrep in normalization.
2009-07-31 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-07-31 Christiaan BaaijQuick hack implementation of FSVec literals, needs...
2009-07-29 Christiaan BaaijWe need the latest vhdl package
2009-07-29 Christiaan BaaijWe now make a show function for all default datatypes.
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-28 Matthijs KooijmanExtend CoreShow for TyCons.
2009-07-23 Christiaan BaaijRemove NoGenerics pragma, as the ghc bug 3391 is now...
2009-07-23 Christiaan BaaijAlso add NoGenerics pragma to the other types.hs files
2009-07-23 Christiaan BaaijFix core show
2009-07-23 Christiaan BaaijCurrently Generics support is broken in combination...
2009-07-22 Christiaan BaaijRemoved need for GHC.Paths, some functions however...
2009-07-22 Christiaan BaaijUpdate .cabal file so that a default build is expected...
2009-07-22 Christiaan BaaijMake sure clash is build using stage2 ghc when build...
2009-07-22 Christiaan BaaijChanged name of cabal file so it will work in the GHC...
2009-07-20 Christiaan BaaijChanged build-depends to only those libraries required...
2009-07-16 Christiaan BaaijWe now support Annotations to indicate top-level entity...
2009-07-15 Christiaan BaaijAdepted the modules to their new structure
2009-07-15 Christiaan BaaijMoved clash to it's own library directory, and started...