2010-03-30 |
christiaanb | add fromRangedWord function, and add error message... |
tree | commitdiff |
2010-03-25 |
Christiaan Baaij | Merge branch 'master' of git.stderr.nl/matthijs/master... |
tree | commitdiff |
2010-03-21 |
Christiaan Baaij | Fix gencopy' to use proper vhdl names |
tree | commitdiff |
2010-03-20 |
Christiaan Baaij | Fix zipWith template to work with partially applied... |
tree | commitdiff |
2010-03-10 |
Matthijs Kooijman | Put a list of builtin functions in VHDL.Constants |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Support stateful functions with no own state (only... |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Use fromMaybe with an error message instead of fromJust. |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Ignore all applications that have an empty result type. |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Ignore selector cases selecting empty typed values. |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Support unzipping of a vector containing state values. |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Add some comments. |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Make getFieldLabels errors more verbose. |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Give a proper error when a vector of an empty type... |
tree | commitdiff |
2010-03-03 |
Matthijs Kooijman | Update module name in error message. |
tree | commitdiff |
2009-11-30 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-11-25 |
Christiaan Baaij | Multiplications are now resized to mimic the behaviour... |
tree | commitdiff |
2009-11-11 |
Christiaan Baaij | Merge branch 'cλash' of git.stderr.nl/matthijs/projects... |
tree | commitdiff |
2009-11-11 |
Christiaan Baaij | Clean up source files: |
tree | commitdiff |
2009-11-10 |
Christiaan Baaij | Use data-accessor-transformers package to remove deprec... |
tree | commitdiff |
2009-11-10 |
Christiaan Baaij | Fixed VHDL Type generation, vhdlTy now uses HType's... |
tree | commitdiff |
2009-11-06 |
Christiaan Baaij | Start support on initial state. Substates currently... |
tree | commitdiff |
2009-11-06 |
Christiaan Baaij | Add built-in split function |
tree | commitdiff |
2009-09-28 |
Christiaan Baaij | Fix error message genNegation for non-SizedWord types |
tree | commitdiff |
2009-09-23 |
Christiaan Baaij | Fix bug with generating head and tail functions. Update... |
tree | commitdiff |
2009-09-09 |
Christiaan Baaij | Fail again when we try translate a DEFAULT condition |
tree | commitdiff |
2009-09-09 |
Christiaan Baaij | Add some comments |
tree | commitdiff |
2009-09-09 |
Christiaan Baaij | Omit empty block statements in test bench |
tree | commitdiff |
2009-09-09 |
Christiaan Baaij | Add support for multiple alts in case statements |
tree | commitdiff |
2009-09-09 |
Christiaan Baaij | Add support for enumeration types. |
tree | commitdiff |
2009-09-08 |
Christiaan Baaij | Merge branch 'cλash' of git.stderr.nl/matthijs/projects... |
tree | commitdiff |
2009-09-08 |
Christiaan Baaij | Add support for fromIntegerT |
tree | commitdiff |
2009-09-08 |
Christiaan Baaij | Add some gt,lt,gteq and lteq boolean operators |
tree | commitdiff |
2009-09-01 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-08-29 |
Christiaan Baaij | Use boolean as write enable signal |
tree | commitdiff |
2009-08-28 |
Matthijs Kooijman | Fix typo. |
tree | commitdiff |
2009-08-28 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-08-20 |
Christiaan Baaij | Connect resetn port to states. |
tree | commitdiff |
2009-08-20 |
Christiaan Baaij | Fix the resetn signal in the testbench, it is now corre... |
tree | commitdiff |
2009-08-20 |
Christiaan Baaij | Merge branch 'cλash' of git.stderr.nl/matthijs/projects... |
tree | commitdiff |
2009-08-19 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-08-19 |
Matthijs Kooijman | Let vhld_ty handle free tyvars gracefully. |
tree | commitdiff |
2009-08-18 |
Christiaan Baaij | Just name the testbench: testbench; don't add the unique |
tree | commitdiff |
2009-08-18 |
Christiaan Baaij | No longer allow slashes in extended names, they are... |
tree | commitdiff |
2009-08-18 |
Christiaan Baaij | Used unsigned instead of natural as representation... |
tree | commitdiff |
2009-08-17 |
Christiaan Baaij | Add resetn ports |
tree | commitdiff |
2009-08-17 |
Christiaan Baaij | Merge branch 'cλash' of git.stderr.nl/matthijs/projects... |
tree | commitdiff |
2009-08-14 |
Christiaan Baaij | Merge branch 'cλash' of git.stderr.nl/matthijs/projects... |
tree | commitdiff |
2009-08-14 |
Christiaan Baaij | Fix replace function to make Quartus II happy |
tree | commitdiff |
2009-08-14 |
Christiaan Baaij | Merge branch 'cλash' of git.stderr.nl/matthijs/projects... |
tree | commitdiff |
2009-08-14 |
Christiaan Baaij | Ignore casts that just repack state. Don't make VHDL... |
tree | commitdiff |
2009-08-14 |
Christiaan Baaij | Add builtin blockRAM primitive |
tree | commitdiff |
2009-08-14 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-08-14 |
Christiaan Baaij | Merge branch 'cλash' of git.stderr.nl/matthijs/projects... |
tree | commitdiff |
2009-08-14 |
Matthijs Kooijman | Be more strict in state recognition. |
tree | commitdiff |
2009-08-13 |
Christiaan Baaij | Hopefully generate completely unique varNames now ... |
tree | commitdiff |
2009-08-13 |
Christiaan Baaij | Merge branch 'cλash' of git.stderr.nl/matthijs/projects... |
tree | commitdiff |
2009-08-13 |
Christiaan Baaij | Generate more unique variable names, generate truely... |
tree | commitdiff |
2009-08-13 |
Matthijs Kooijman | Don't generate a state proc for an empty state. |
tree | commitdiff |
2009-08-13 |
Matthijs Kooijman | Add and use splitNormalized helper function. |
tree | commitdiff |
2009-08-13 |
Christiaan Baaij | Add boolean or and and, tuple fst and snd function. |
tree | commitdiff |
2009-08-13 |
Christiaan Baaij | Added equals builtin. And fixed show function generatio... |
tree | commitdiff |
2009-08-12 |
Matthijs Kooijman | Revert "Put mkAssocElems in the TranslatorSession." |
tree | commitdiff |
2009-08-12 |
Matthijs Kooijman | Revert "Don't generate VHDL for state packing." |
tree | commitdiff |
2009-08-12 |
Matthijs Kooijman | Generate a state proc for a stateful function. |
tree | commitdiff |
2009-08-12 |
Matthijs Kooijman | Make output ports optional. |
tree | commitdiff |
2009-08-12 |
Matthijs Kooijman | Fix more comments. |
tree | commitdiff |
2009-08-12 |
Matthijs Kooijman | Fix comment. |
tree | commitdiff |
2009-08-08 |
Christiaan Baaij | Fix haddock comments |
tree | commitdiff |
2009-08-07 |
Christiaan Baaij | Have reduceCoreListToHsList work with simplified modules |
tree | commitdiff |
2009-08-07 |
Christiaan Baaij | We now use compileToCoreSimplified, I'm sure there... |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Filter out empty-typed binders in selector cases. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Add hasNonEmptyType helper function. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Let argsToVHDLExpr ignore empty types. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Generalize vhdl_ty to work an all TypedThings. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Rename eitherCoreOrExprArgs to argsToVHDLExprs. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Put mkAssocElems in the TranslatorSession. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Remove unused mkAssocElemIndexed. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Don't generate VHDL for substate extractor cases. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Filtering out state arguments is no longer needed. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Generate the empty type for State types. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Allow explicit empty VHDL types using Maybe. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Don't generate input ports for State arguments. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Don't generate VHDL for state packing. |
tree | commitdiff |
2009-08-06 |
Matthijs Kooijman | Let mkTupleShow support empty tuples. |
tree | commitdiff |
2009-08-05 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-08-05 |
Matthijs Kooijman | Use the right id for the testbench architecture. |
tree | commitdiff |
2009-08-05 |
Christiaan Baaij | Fix builtin functions (!),take and RangedWord |
tree | commitdiff |
2009-08-05 |
Matthijs Kooijman | Fix testbench again. |
tree | commitdiff |
2009-08-05 |
Matthijs Kooijman | Slightly simplify getEntity. |
tree | commitdiff |
2009-08-05 |
Matthijs Kooijman | Remove compatability aliases for the old sessions. |
tree | commitdiff |
2009-08-05 |
Matthijs Kooijman | Make vhdl generation and normalization lazy. |
tree | commitdiff |
2009-08-03 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-08-03 |
Christiaan Baaij | TFVec builtin should now completely work |
tree | commitdiff |
2009-08-02 |
Christiaan Baaij | Clean up imports in Generate.hs |
tree | commitdiff |
2009-07-31 |
Christiaan Baaij | Fix a few comments so Haddock will complete |
tree | commitdiff |
2009-07-31 |
Christiaan Baaij | Fail again when we find a global function |
tree | commitdiff |
2009-07-31 |
Christiaan Baaij | Partially fixed TFVec builtin function. Still needs... |
tree | commitdiff |
2009-07-31 |
Matthijs Kooijman | Merge branch 'master' of git://github.com/christiaanb... |
tree | commitdiff |
2009-07-31 |
Christiaan Baaij | Quick hack implementation of FSVec literals, needs... |
tree | commitdiff |
next |