Filtering out state arguments is no longer needed.
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Generate.hs
2009-08-06 Matthijs KooijmanFiltering out state arguments is no longer needed.
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-05 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-05 Christiaan BaaijFix builtin functions (!),take and RangedWord
2009-08-05 Matthijs KooijmanSlightly simplify getEntity.
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 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-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 branch 'master' of git://github.com/christiaanb...
2009-07-31 Christiaan BaaijQuick hack implementation of FSVec literals, needs...
2009-07-29 Christiaan BaaijWe now make a show function for all default datatypes.
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...