2009-07-23 |
Christiaan Baaij | Remove NoGenerics pragma, as the ghc bug 3391 is now...
|
commit | commitdiff | tree |
2009-07-23 |
Christiaan Baaij | Add a clash wrapper that fills in the libdir from GHC...
|
commit | commitdiff | tree |
2009-07-23 |
Christiaan Baaij | Also add NoGenerics pragma to the other types.hs files
|
commit | commitdiff | tree |
2009-07-23 |
Christiaan Baaij | Fix core show
|
commit | commitdiff | tree |
2009-07-23 |
Christiaan Baaij | Currently Generics support is broken in combination...
|
commit | commitdiff | tree |
2009-07-22 |
Christiaan Baaij | Add licence to top directory
|
commit | commitdiff | tree |
2009-07-22 |
Christiaan Baaij | Removed need for GHC.Paths, some functions however...
|
commit | commitdiff | tree |
2009-07-22 |
Christiaan Baaij | Update .cabal file so that a default build is expected...
|
commit | commitdiff | tree |
2009-07-22 |
Christiaan Baaij | Make sure clash is build using stage2 ghc when build...
|
commit | commitdiff | tree |
2009-07-22 |
Christiaan Baaij | Changed name of cabal file so it will work in the GHC...
|
commit | commitdiff | tree |
2009-07-20 |
Christiaan Baaij | Changed build-depends to only those libraries required...
|
commit | commitdiff | tree |
2009-07-16 |
Christiaan Baaij | We now support Annotations to indicate top-level entity...
|
commit | commitdiff | tree |
2009-07-15 |
Christiaan Baaij | No need for Main.hs now that clash is a library
|
commit | commitdiff | tree |
2009-07-15 |
Christiaan Baaij | Adepted the modules to their new structure
|
commit | commitdiff | tree |
2009-07-15 |
Christiaan Baaij | Moved clash to it's own library directory, and started...
|
commit | commitdiff | tree |
2009-07-15 |
Christiaan Baaij | Moved to new GHC API (6.11). Also use vhdl package...
|
commit | commitdiff | tree |
2009-07-14 |
Christiaan Baaij | Added resize function
|
commit | commitdiff | tree |
2009-07-13 |
Christiaan Baaij | Pulled 'varToVHDLExpr' into the TypeSession monad
|
commit | commitdiff | tree |
2009-07-13 |
Christiaan Baaij | No longer any need to explicitly load module interface...
|
commit | commitdiff | tree |
2009-07-13 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-07-13 |
Christiaan Baaij | Only save normalized tfp integers in the tfp-cache
|
commit | commitdiff | tree |
2009-07-13 |
Christiaan Baaij | Use HscEnv from initial HsToCore transformation when...
|
commit | commitdiff | tree |
2009-07-11 |
Christiaan Baaij | Great speed-up in type generation
|
commit | commitdiff | tree |
2009-07-09 |
Christiaan Baaij | Correctly handle negate for unsigned integers
|
commit | commitdiff | tree |
2009-07-08 |
Christiaan Baaij | Partly fixed implementation for integer literals.
|
commit | commitdiff | tree |
2009-07-08 |
Christiaan Baaij | VERY Ad-hoc support of literals.
|
commit | commitdiff | tree |
2009-07-08 |
Christiaan Baaij | Added support for SizedInts and cleaned up some function...
|
commit | commitdiff | tree |
2009-07-07 |
Christiaan Baaij | Started adding numeric operations
|
commit | commitdiff | tree |
2009-07-06 |
Christiaan Baaij | Caching converted tfp integers to speedup translation
|
commit | commitdiff | tree |
2009-07-03 |
Christiaan Baaij | Updated cabal file to reflect change in TFVec, and...
|
commit | commitdiff | tree |
2009-07-03 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-07-03 |
Christiaan Baaij | Made Bit an instance of Lift so it can be used in vectorTH
|
commit | commitdiff | tree |
2009-07-03 |
Christiaan Baaij | Keys for typemap can now deal with vector lengths based...
|
commit | commitdiff | tree |
2009-07-02 |
Christiaan Baaij | We now output VHDL types in the correct order
|
commit | commitdiff | tree |
2009-07-02 |
Christiaan Baaij | Removed the need for a special vector-type map.
|
commit | commitdiff | tree |
2009-07-01 |
Christiaan Baaij | Added builtin functions: concat, reverse, iterate,...
|
commit | commitdiff | tree |
2009-06-30 |
Christiaan Baaij | Added builtin functions shiftl, shiftr, null, rotl...
|
commit | commitdiff | tree |
2009-06-30 |
Christiaan Baaij | Updated all error messages to include modulename and...
|
commit | commitdiff | tree |
2009-06-29 |
Christiaan Baaij | Added support for copyn and copy
|
commit | commitdiff | tree |
2009-06-29 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-29 |
Christiaan Baaij | Added "lengthT"
|
commit | commitdiff | tree |
2009-06-29 |
Christiaan Baaij | Added unzip
|
commit | commitdiff | tree |
2009-06-29 |
Christiaan Baaij | Added "zip" function
|
commit | commitdiff | tree |
2009-06-27 |
Christiaan Baaij | Added <+ and ++ operations
|
commit | commitdiff | tree |
2009-06-26 |
Christiaan Baaij | Added support for instances of tfp integer, but poorly...
|
commit | commitdiff | tree |
2009-06-26 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-26 |
Christiaan Baaij | Added select builtin
|
commit | commitdiff | tree |
2009-06-26 |
Christiaan Baaij | Parameterized fold, so that it can be used for foldl...
|
commit | commitdiff | tree |
2009-06-25 |
Christiaan Baaij | Added builtin function foldr
|
commit | commitdiff | tree |
2009-06-25 |
Christiaan Baaij | Foldl correctly handles empty vectors
|
commit | commitdiff | tree |
2009-06-25 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-25 |
Christiaan Baaij | Cleaned up genFoldlCall.
|
commit | commitdiff | tree |
2009-06-24 |
Christiaan Baaij | Added builtin foldl function
|
commit | commitdiff | tree |
2009-06-24 |
Christiaan Baaij | Added zipwithid
|
commit | commitdiff | tree |
2009-06-24 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-24 |
Christiaan Baaij | Pulled genZipWithCall into VHDLSession monad
|
commit | commitdiff | tree |
2009-06-24 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-24 |
Christiaan Baaij | Added builtin zipwith function
|
commit | commitdiff | tree |
2009-06-24 |
Christiaan Baaij | Builtin function 'empty' now returns a constant empty...
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Always use everything declared in VHDL work library
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Started cleanup of VHDL.hs and some builtin funcs now...
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Added builtin copy function
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Map generations always maps clk port
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Added singleton
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Almost finished support for 'map'
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Added builtin function 'empty'
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Added +> function, started on map
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-23 |
Christiaan Baaij | Added support for empty TFVec's, Added Some more builtin...
|
commit | commitdiff | tree |
2009-06-22 |
Christiaan Baaij | Updated support for RangedWords, Requires new branch...
|
commit | commitdiff | tree |
2009-06-22 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-22 |
Christiaan Baaij | Filter non-value variables for built-in functions
|
commit | commitdiff | tree |
2009-06-22 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-22 |
Christiaan Baaij | Added support for vectors with arbitrary element types
|
commit | commitdiff | tree |
2009-06-22 |
Christiaan Baaij | Added subtype declarations to TypeMap, removed SubtypeMap.
|
commit | commitdiff | tree |
2009-06-22 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Added support for (!) function
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Added support for RangedWords
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Adders.hs explicityly uses Prelude lists function....
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Added main function to Main module
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Added function calls
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Started adding builtin functions
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Cabalized clash
|
commit | commitdiff | tree |
2009-06-19 |
Christiaan Baaij | Added global vector function generation
|
commit | commitdiff | tree |
|