aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add type annotationsYann Herklotz2019-02-011-0/+2
|
* [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
|
* Better formattingYann Herklotz2019-02-011-8/+17
|
* Add colonYann Herklotz2019-01-241-4/+4
|
* Add filepath dependenciesYann Herklotz2019-01-231-0/+1
|
* 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
|
* Fix the main appYann Herklotz2019-01-231-5/+6
|
* Add reportYann Herklotz2019-01-231-0/+0
|
* Better multithreadingYann Herklotz2019-01-225-13/+23
|
* Make where clause nicerYann Herklotz2019-01-221-2/+4
|
* Add shelly and equiv to gitignoreYann Herklotz2019-01-211-0/+2
|
* Compile main as threadedYann Herklotz2019-01-211-0/+1
|
* Make main infinitely recurseYann Herklotz2019-01-211-10/+23
|
* [Fix #22] Fix SAT solver equivalence checkingYann Herklotz2019-01-203-4/+40
|
* [Fix #26] Add support for SymbiYosysYann Herklotz2019-01-202-4/+10
|
* Format of main fileYann Herklotz2019-01-201-4/+6
|
* Prettify filesYann Herklotz2019-01-209-55/+117
|
* Add sby configYann Herklotz2019-01-201-5/+45
|
* 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
|