aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit test and cabal fileYann Herklotz2019-01-202-2/+1
|
* Add internal simulator moduleYann Herklotz2019-01-201-2/+3
|
* Add template fileYann Herklotz2019-01-204-47/+72
|
* Rename moduleId to modIdYann Herklotz2019-01-209-25/+39
|
* Reformat with stylish-haskellYann Herklotz2019-01-1917-109/+90
|
* Add .hlint.yamlYann Herklotz2019-01-191-0/+60
|
* 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
|
* Add examples and data to tar fileYann Herklotz2019-01-191-0/+2
|
* Remove shell from code blocks to remove random highlightingYann Herklotz2019-01-191-4/+4
|
* Remove code tags for linksYann Herklotz2019-01-191-2/+2
|
* Add some documentation to main READMEYann Herklotz2019-01-191-0/+39
|
* Separate the lines of the simple exampleYann Herklotz2019-01-191-1/+2
|
* Swap the exports for the types of the ASTYann Herklotz2019-01-191-2/+2
|
* Inline the timeout functionYann Herklotz2019-01-191-0/+2
|
* Print absolute value of hashYann Herklotz2019-01-191-1/+1
| | | | | | | | There should be a better solution though using Crypto.Hash.Md5 for example, which works on bytestrings. This could be done by encoding the text as a ByteString and hashing that, or parsing all of the outputs and generating a ByteString from that.
* Add data folder with extra modulesYann Herklotz2019-01-194-0/+418
| | | | | | These modules are required for comparing modules that are generated by synthesising in different simulators, as they will each synthesise to specific hardware with assumptions on what is available
* 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 from file listYann Herklotz2019-01-101-1/+0
|
* Remove Arbitrary.hsYann Herklotz2019-01-101-70/+0
|
* Fix warningsYann Herklotz2019-01-103-44/+13
|
* Update lts versionYann Herklotz2019-01-102-12/+9
|
* Rename remaining modulesYann Herklotz2019-01-109-230/+116
|
* 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
|
* 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
|