Add genCoreArgs wrapper to VHDL.Generate.
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Generate.hs
2010-04-13 Matthijs KooijmanAdd genCoreArgs wrapper to VHDL.Generate.
2010-04-07 Matthijs KooijmanAllow normalized functions to have a non-representable...
2010-04-06 Matthijs KooijmanFix typo in error message.
2010-03-30 christiaanbadd fromRangedWord function, and add error message...
2010-03-25 Christiaan BaaijMerge branch 'master' of git.stderr.nl/matthijs/master...
2010-03-21 Christiaan BaaijFix gencopy' to use proper vhdl names
2010-03-20 Christiaan BaaijFix zipWith template to work with partially applied...
2010-03-10 Matthijs KooijmanPut a list of builtin functions in VHDL.Constants
2010-03-03 Matthijs KooijmanSupport stateful functions with no own state (only...
2010-03-03 Matthijs KooijmanUse fromMaybe with an error message instead of fromJust.
2010-03-03 Matthijs KooijmanIgnore all applications that have an empty result type.
2010-03-03 Matthijs KooijmanIgnore selector cases selecting empty typed values.
2010-03-03 Matthijs KooijmanSupport unzipping of a vector containing state values.
2010-03-03 Matthijs KooijmanGive a proper error when a vector of an empty type...
2009-11-30 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-11-25 Christiaan BaaijMultiplications are now resized to mimic the behaviour...
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-11-06 Christiaan BaaijAdd built-in split function
2009-09-28 Christiaan BaaijFix error message genNegation for non-SizedWord types
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 some comments
2009-09-09 Christiaan BaaijAdd support for multiple alts in case statements
2009-09-09 Christiaan BaaijAdd support for enumeration types.
2009-09-08 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-09-08 Christiaan BaaijAdd support for fromIntegerT
2009-09-08 Christiaan BaaijAdd some gt,lt,gteq and lteq boolean operators
2009-09-01 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-29 Christiaan BaaijUse boolean as write enable signal
2009-08-28 Matthijs KooijmanFix typo.
2009-08-28 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-20 Christiaan BaaijConnect resetn port to states.
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-18 Christiaan BaaijUsed unsigned instead of natural as representation...
2009-08-17 Christiaan BaaijAdd resetn ports
2009-08-17 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Christiaan BaaijFix replace function to make Quartus II happy
2009-08-14 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Christiaan BaaijIgnore casts that just repack state. Don't make VHDL...
2009-08-14 Christiaan BaaijAdd builtin blockRAM primitive
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-14 Matthijs KooijmanBe more strict in state recognition.
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 Matthijs KooijmanDon't generate a state proc for an empty state.
2009-08-13 Matthijs KooijmanAdd and use splitNormalized helper function.
2009-08-13 Christiaan BaaijAdd boolean or and and, tuple fst and snd function.
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 KooijmanRevert "Don't generate VHDL for state packing."
2009-08-12 Matthijs KooijmanGenerate a state proc for a stateful function.
2009-08-12 Matthijs KooijmanMake output ports optional.
2009-08-12 Matthijs KooijmanFix comment.
2009-08-07 Christiaan BaaijWe now use compileToCoreSimplified, I'm sure there...
2009-08-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-06 Matthijs KooijmanFilter out empty-typed binders in selector cases.
2009-08-06 Matthijs KooijmanLet argsToVHDLExpr ignore empty types.
2009-08-06 Matthijs KooijmanRename eitherCoreOrExprArgs to argsToVHDLExprs.
2009-08-06 Matthijs KooijmanPut mkAssocElems in the TranslatorSession.
2009-08-06 Matthijs KooijmanDon't generate VHDL for substate extractor cases.
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...