2010-06-23 |
christiaanb | Don't rotate alternatives when there is no default...
|
commit | commitdiff | tree |
2010-06-23 |
christiaanb | Aggregate types containing only stateelements is itself...
|
commit | commitdiff | tree |
2010-06-23 |
christiaanb | Number of bits for an Index is the Ceiling of the log2...
|
commit | commitdiff | tree |
2010-06-23 |
christiaanb | rotate alternatives of a case-statement if there is...
|
commit | commitdiff | tree |
2010-06-23 |
christiaanb | As identifiers are z-encoded instead of extended they...
|
commit | commitdiff | tree |
2010-06-23 |
christiaanb | show function id should just be a basic identifier
|
commit | commitdiff | tree |
2010-06-23 |
christiaanb | Z-encode invalid names instead of using extended identifiers...
|
commit | commitdiff | tree |
2010-06-22 |
christiaanb | Add parenthesis to output of show function to mimic...
|
commit | commitdiff | tree |
2010-06-22 |
christiaanb | Add comment to DEFAULT alternative simplification
|
commit | commitdiff | tree |
2010-06-22 |
christiaanb | Also simplify expressions of the DEFAULT alternative...
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Enum literals are now correctly translated to numbers
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Add derivelift function to hardwaretypes
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Print null character instead of empty character when...
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Use numbers in case-selectors to reflect changes to...
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Clash depends on newer vhdl package that can print...
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | adtShow now calls vhdl show function to show the constructor
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Enum are now integer typedefs instead of unsigned subtypedefs
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Numbers are now encoded using a descending index
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Add show generation function for ADTs
|
commit | commitdiff | tree |
2010-06-21 |
christiaanb | Encode enumerations as unsigned integers instead of...
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | Add shiftL and shiftR operators for signed and unsigned...
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | Add higherordercpu and matrix multiplication examples
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | Fix sectioning bug of fold, iterate and friends
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | map fst works again after latest fixes to clash
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | getFieldLabels has better error messages
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | genApplication get an explicit destination type
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | Builtin builder arguments now get an extra Type.Type
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | Implement API change of shiftl and shiftr, limit Prelude...
|
commit | commitdiff | tree |
2010-06-17 |
christiaanb | Fix vhdl type generation of index type, as upper bound...
|
commit | commitdiff | tree |
2010-06-16 |
christiaanb | Give the index type an exclusive upper-bound, and fix...
|
commit | commitdiff | tree |
2010-06-08 |
christiaanb | Do not be overzealous with inlining results of polymorphic...
|
commit | commitdiff | tree |
2010-06-08 |
christiaanb | Do not function extract functions that still have free...
|
commit | commitdiff | tree |
2010-06-07 |
christiaanb | Add setup file
|
commit | commitdiff | tree |
2010-06-07 |
christiaanb | Fix cabal file to reflect temp bug fixes
|
commit | commitdiff | tree |
2010-06-07 |
christiaanb | Temporarily disable "inlinenonrepresult" transformation...
|
commit | commitdiff | tree |
2010-06-02 |
christiaanb | Rename cλash dir to clash so it behaves well within...
|
commit | commitdiff | tree |
2010-06-01 |
christiaanb | update cabal file to upload to hackage
|
commit | commitdiff | tree |
2010-06-01 |
christiaanb | Remove defunct makeVHDLStrings function, messes with...
|
commit | commitdiff | tree |
2010-06-01 |
christiaanb | Update reducer to use new integer types
|
commit | commitdiff | tree |
2010-06-01 |
christiaanb | Reflect moving TFVec and TFP Integers into clash in...
|
commit | commitdiff | tree |
2010-06-01 |
christiaanb | Update package dependencies
|
commit | commitdiff | tree |
2010-06-01 |
christiaanb | Move TFVec and TFP integers (Signed, Unsiged and Index...
|
commit | commitdiff | tree |
2010-03-31 |
christiaanb | Update reducer to latest design (that runs at 159 MHz)
|
commit | commitdiff | tree |
2010-03-31 |
christiaanb | Add time dependency to cabal package
|
commit | commitdiff | tree |
2010-03-30 |
christiaanb | add fromRangedWord function, and add error message...
|
commit | commitdiff | tree |
2009-11-25 |
Christiaan Baaij | Multiplications are now resized to mimic the behaviour...
|
commit | commitdiff | tree |
2009-11-11 |
Christiaan Baaij | Fix haddock generation
|
commit | commitdiff | tree |
2009-11-11 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-11-11 |
Christiaan Baaij | Clean up source files:
|
commit | commitdiff | tree |
2009-11-10 |
Christiaan Baaij | Use data-accessor-transformers package to remove deprecation...
|
commit | commitdiff | tree |
2009-11-10 |
Christiaan Baaij | Fixed VHDL Type generation, vhdlTy now uses HType's...
|
commit | commitdiff | tree |
2009-11-06 |
Christiaan Baaij | Start support on initial state. Substates currently...
|
commit | commitdiff | tree |
2009-11-06 |
Christiaan Baaij | Add built-in split function
|
commit | commitdiff | tree |
2009-11-06 |
Christiaan Baaij | Update reducer
|
commit | commitdiff | tree |
2009-09-28 |
Christiaan Baaij | Fix error message genNegation for non-SizedWord types
|
commit | commitdiff | tree |
2009-09-23 |
Christiaan Baaij | Fix bug with generating head and tail functions. Update...
|
commit | commitdiff | tree |
2009-09-09 |
Christiaan Baaij | Fail again when we try translate a DEFAULT condition
|
commit | commitdiff | tree |
2009-09-09 |
Christiaan Baaij | Add some comments
|
commit | commitdiff | tree |
2009-09-09 |
Christiaan Baaij | Omit empty block statements in test bench
|
commit | commitdiff | tree |
2009-09-09 |
Christiaan Baaij | Add support for multiple alts in case statements
|
commit | commitdiff | tree |
2009-09-09 |
Christiaan Baaij | Add support for enumeration types.
|
commit | commitdiff | tree |
2009-09-08 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-09-08 |
Christiaan Baaij | Add support for fromIntegerT
|
commit | commitdiff | tree |
2009-09-08 |
Christiaan Baaij | Add some gt,lt,gteq and lteq boolean operators
|
commit | commitdiff | tree |
2009-08-29 |
Christiaan Baaij | Use boolean as write enable signal
|
commit | commitdiff | tree |
2009-08-20 |
Christiaan Baaij | TFP has updated/remade. Change hardwaretypes accordingly
|
commit | commitdiff | tree |
2009-08-20 |
Christiaan Baaij | Connect resetn port to states.
|
commit | commitdiff | tree |
2009-08-20 |
Christiaan Baaij | Fix the resetn signal in the testbench, it is now correctly...
|
commit | commitdiff | tree |
2009-08-20 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-08-18 |
Christiaan Baaij | Work around some bugs in the current clash to make...
|
commit | commitdiff | tree |
2009-08-18 |
Christiaan Baaij | Just name the testbench: testbench; don't add the unique
|
commit | commitdiff | tree |
2009-08-18 |
Christiaan Baaij | No longer allow slashes in extended names, they are...
|
commit | commitdiff | tree |
2009-08-18 |
Christiaan Baaij | Used unsigned instead of natural as representation...
|
commit | commitdiff | tree |
2009-08-17 |
Christiaan Baaij | Add resetn ports
|
commit | commitdiff | tree |
2009-08-17 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-08-14 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-08-14 |
Christiaan Baaij | Fix replace function to make Quartus II happy
|
commit | commitdiff | tree |
2009-08-14 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-08-14 |
Christiaan Baaij | Ignore casts that just repack state. Don't make VHDL...
|
commit | commitdiff | tree |
2009-08-14 |
Christiaan Baaij | Add builtin blockRAM primitive
|
commit | commitdiff | tree |
2009-08-14 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-08-13 |
Christiaan Baaij | Hopefully generate completely unique varNames now ...
|
commit | commitdiff | tree |
2009-08-13 |
Christiaan Baaij | Merge branch 'cλash' of http://git.stderr.nl/matthijs...
|
commit | commitdiff | tree |
2009-08-13 |
Christiaan Baaij | Generate more unique variable names, generate truely...
|
commit | commitdiff | tree |
2009-08-13 |
Christiaan Baaij | Add boolean or and and, tuple fst and snd function.
|
commit | commitdiff | tree |
2009-08-13 |
Christiaan Baaij | Added equals builtin. And fixed show function generation...
|
commit | commitdiff | tree |
2009-08-13 |
Christiaan Baaij | Class Num is re-exported by CLasH.HardwareTypes, so...
|
commit | commitdiff | tree |
2009-08-08 |
Christiaan Baaij | Fix haddock comments
|
commit | commitdiff | tree |
2009-08-07 |
Christiaan Baaij | Add support for translating designs defined over multiple...
|
commit | commitdiff | tree |
2009-08-07 |
Christiaan Baaij | Have reduceCoreListToHsList work with simplified modules
|
commit | commitdiff | tree |
2009-08-07 |
Christiaan Baaij | We now use compileToCoreSimplified, I'm sure there...
|
commit | commitdiff | tree |
2009-08-07 |
Christiaan Baaij | State newtype has been moved to CLasH.HardwareTypes
|
commit | commitdiff | tree |
2009-08-07 |
Christiaan Baaij | Alu.hs now uses the new CLasH.HardwareTypes
|
commit | commitdiff | tree |
2009-08-06 |
Christiaan Baaij | Add the type-alias Vector for TFVec to HardwareTypes...
|
commit | commitdiff | tree |
2009-08-06 |
Christiaan Baaij | Add the module hardware types, that exports all builtin...
|
commit | commitdiff | tree |
2009-08-06 |
Christiaan Baaij | Add new modules to cabal file
|
commit | commitdiff | tree |
2009-08-05 |
Christiaan Baaij | Fix builtin functions (!),take and RangedWord
|
commit | commitdiff | tree |
2009-08-03 |
Christiaan Baaij | TFVec builtin should now completely work
|
commit | commitdiff | tree |
2009-08-02 |
Christiaan Baaij | Clean up imports in Generate.hs
|
commit | commitdiff | tree |
2009-08-02 |
Christiaan Baaij | Use createDirectoryIfMissing to create the vhdl directory...
|
commit | commitdiff | tree |
next |