aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move tests to testYann Herklotz2019-01-095-0/+0
|
* Add doctest-discoverYann Herklotz2019-01-093-6/+10
|
* Add dependencies for hoogle supportYann Herklotz2019-01-091-0/+4
|
* 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
|
* Adding more examples to mainYann Herklotz2019-01-091-2/+9
|
* Remove Test.hs from buildYann Herklotz2019-01-061-11/+2
|
* remove Test.hs, will all be in Main.hsYann Herklotz2019-01-061-19/+0
|
* Add changes to Main.hsYann Herklotz2019-01-061-9/+31
|
* Renaming testing fileYann Herklotz2019-01-022-2/+2
|
* Finish the testbenck for IcarusYann Herklotz2019-01-021-2/+18
|
* Add conversion ByteString -> IntegerYann Herklotz2019-01-021-3/+2
| | | | This means that the integer can then be printed in hex using showHex.
* 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
|
* Add helper function to turn port into exprYann Herklotz2019-01-011-0/+3
|
* Add monoid instance for LValYann Herklotz2019-01-011-1/+10
|
* Fix Monoid instance for ExprYann Herklotz2019-01-011-1/+1
|
* Add back monoid instance for statementYann Herklotz2019-01-011-0/+3
|
* Fix logic in CodeGen with maybeYann Herklotz2019-01-011-2/+4
|
* Fix linting warningsYann Herklotz2019-01-019-17/+15
|
* FormattingYann Herklotz2019-01-011-3/+3
|
* Remove empty statement and Monoid instanceYann Herklotz2019-01-011-4/+0
|
* Fix Semigroup instancesYann Herklotz2019-01-011-4/+8
|
* Use Monoid Statement instance to make code more conciseYann Herklotz2019-01-011-5/+3
|
* Add documentationYann Herklotz2019-01-011-0/+10
|
* Add string instance to expressionYann Herklotz2019-01-011-12/+42
|
* Add missing case in functionYann Herklotz2018-12-311-0/+2
|
* Add show instance and add concat to reglvalYann Herklotz2018-12-314-42/+88
|
* Fix build errorsYann Herklotz2018-12-312-2/+5
|
* Remove sep and fromList in favour of foldYann Herklotz2018-12-313-26/+7
|
* Separate arbitrary from typesYann Herklotz2018-12-311-0/+184
|
* Adding code to IcarusYann Herklotz2018-12-311-3/+15
|
* Large refactorYann Herklotz2018-12-319-345/+171
|
* Finish module instantiationYann Herklotz2018-12-313-6/+16
|
* Add direction to Decl and add doctestYann Herklotz2018-12-314-11/+26
|
* [Fix #17] Add size to portsYann Herklotz2018-12-312-5/+13
|
* Add doctest testYann Herklotz2018-12-311-0/+8
|
* Adding doctest suiteYann Herklotz2018-12-312-0/+15
|
* Fix dot generationYann Herklotz2018-12-312-4/+7
|
* Delete lib folderYann Herklotz2018-12-301-0/+0
|
* [Fix #13, Fix #15] Fix type errors and add inst functionsYann Herklotz2018-12-304-14/+17
|
* Change modPort type from Maybe to ListYann Herklotz2018-12-301-1/+1
|
* Upgrade travis versionYann Herklotz2018-12-301-2/+2
|