aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Fix #28] Add Expression generation with contextYann Herklotz2019-02-011-16/+29
* [Fix #27] Add function to Expr and add Generation typeYann Herklotz2019-02-012-22/+54
* [Fix #24] Small changes and looked at always block outputYann Herklotz2019-02-011-7/+9
* Make code a bit more readableYann Herklotz2019-02-011-1/+2
* Remove extra importYann Herklotz2019-02-011-1/+0
* Add echo do all the simulatorsYann Herklotz2019-01-233-0/+9
* Add better echoYann Herklotz2019-01-231-5/+14
* Better AST generation from DAGYann Herklotz2019-01-231-1/+4
* Better multithreadingYann Herklotz2019-01-224-8/+12
* Make where clause nicerYann Herklotz2019-01-221-2/+4
* [Fix #22] Fix SAT solver equivalence checkingYann Herklotz2019-01-203-4/+40
* [Fix #26] Add support for SymbiYosysYann Herklotz2019-01-202-4/+10
* Prettify filesYann Herklotz2019-01-206-19/+37
* Add sby configYann Herklotz2019-01-201-5/+45
* Add template fileYann Herklotz2019-01-204-47/+72
* Rename moduleId to modIdYann Herklotz2019-01-207-22/+33
* Reformat with stylish-haskellYann Herklotz2019-01-1915-87/+70
* Add hlint changesYann Herklotz2019-01-193-4/+3
* Set column to 100Yann Herklotz2019-01-199-83/+31
* Add brittany formatting instead of stylish-haskellYann Herklotz2019-01-1917-290/+387
* Small improvement to stmnt and expr functionYann Herklotz2019-01-191-13/+16
* Swap the exports for the types of the ASTYann Herklotz2019-01-191-2/+2
* Inline the timeout functionYann Herklotz2019-01-191-0/+2
* Fix all the warningsYann Herklotz2019-01-108-47/+37
* Add documentation in ASTYann Herklotz2019-01-101-15/+28
* Fix documentation errorYann Herklotz2019-01-101-1/+1
* Add explicit exportsYann Herklotz2019-01-101-24/+55
* Fix warningsYann Herklotz2019-01-104-51/+38
* Remove Arbitrary from main moduleYann Herklotz2019-01-101-2/+0
* Derive as many properties as possibleYann Herklotz2019-01-101-30/+21
* Fix some importsYann Herklotz2019-01-101-53/+14
* Add render to testYann Herklotz2019-01-101-3/+3
* Remove Arbitrary.hsYann Herklotz2019-01-101-70/+0
* Fix warningsYann Herklotz2019-01-103-44/+13
* Rename remaining modulesYann Herklotz2019-01-104-205/+91
* Rename files out of the moduleYann Herklotz2019-01-1019-0/+0
* Rename module names so that I can move themYann Herklotz2019-01-1015-183/+315
* Add show instance to IdentifierYann Herklotz2019-01-091-4/+8
* Fix Xst synthesisYann Herklotz2019-01-091-5/+11
* Small improvements to IcarusYann Herklotz2019-01-091-7/+12
* [Fix #19] Add support for equivalence checkingYann Herklotz2019-01-091-7/+42
* [Fix #20] Add more examples and finish makeTopYann Herklotz2019-01-091-0/+31
* Change to timeout to support FilePathYann Herklotz2019-01-091-4/+4
* Make generated wires longerYann Herklotz2019-01-091-3/+5
* Finish the testbenck for IcarusYann Herklotz2019-01-021-2/+18
* Add conversion ByteString -> IntegerYann Herklotz2019-01-021-3/+2
* Add num instance for the delayYann Herklotz2019-01-021-0/+9
* Fix indentationYann Herklotz2019-01-021-10/+10
* Remove Monoid instance for LVal, as it does not quite fitYann Herklotz2019-01-011-9/+0
* Add bsToI functionYann Herklotz2019-01-011-5/+8