update cabal file to upload to hackage
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
2010-06-01 christiaanbReflect moving TFVec and TFP Integers into clash in...
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-20 Christiaan BaaijFix zipWith template to work with partially applied...
2010-03-10 Matthijs KooijmanPut a list of builtin functions in VHDL.Constants
2009-11-11 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-11-11 Christiaan BaaijClean up source files:
2009-11-06 Christiaan BaaijAdd built-in split function
2009-09-23 Christiaan BaaijFix bug with generating head and tail functions. Update...
2009-09-08 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-09-08 Christiaan BaaijAdd some gt,lt,gteq and lteq boolean operators
2009-08-14 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
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-13 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
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-07 Christiaan BaaijWe now use compileToCoreSimplified, I'm sure there...
2009-08-05 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-05 Christiaan BaaijFix builtin functions (!),take and RangedWord
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-28 Christiaan BaaijAdd automated testbench generation according to supplie...
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...