No longer treat tfp ints as builtin types.
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / VHDLTools.hs
2010-04-13 Matthijs KooijmanNo longer treat tfp ints as builtin types.
2010-04-13 Matthijs KooijmanMove tfp_to_int from VHDLTools to CoreTools.
2010-03-03 Matthijs KooijmanAdd some comments.
2010-03-03 Matthijs KooijmanMake getFieldLabels errors more verbose.
2010-03-03 Matthijs KooijmanUpdate module name in error message.
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-09-23 Christiaan BaaijFix bug with generating head and tail functions. Update...
2009-09-09 Christiaan BaaijFail again when we try translate a DEFAULT condition
2009-09-09 Christiaan BaaijAdd support for multiple alts in case statements
2009-09-09 Christiaan BaaijAdd support for enumeration types.
2009-08-20 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-19 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-19 Matthijs KooijmanLet vhld_ty handle free tyvars gracefully.
2009-08-18 Christiaan BaaijNo longer allow slashes in extended names, they are...
2009-08-18 Christiaan BaaijUsed unsigned instead of natural as representation...
2009-08-17 Christiaan BaaijAdd resetn ports
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 BaaijHopefully generate completely unique varNames now ...
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-13 Christiaan BaaijAdded equals builtin. And fixed show function generatio...
2009-08-12 Matthijs KooijmanRevert "Put mkAssocElems in the TranslatorSession."
2009-08-12 Matthijs KooijmanMake output ports optional.
2009-08-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-06 Matthijs KooijmanAdd hasNonEmptyType helper function.
2009-08-06 Matthijs KooijmanGeneralize vhdl_ty to work an all TypedThings.
2009-08-06 Matthijs KooijmanPut mkAssocElems in the TranslatorSession.
2009-08-06 Matthijs KooijmanRemove unused mkAssocElemIndexed.
2009-08-06 Matthijs KooijmanGenerate the empty type for State types.
2009-08-06 Matthijs KooijmanAllow explicit empty VHDL types using Maybe.
2009-08-06 Matthijs KooijmanLet mkTupleShow support empty tuples.
2009-08-05 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
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-07-31 Christiaan BaaijFix a few comments so Haddock will complete
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...