aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Reformat using brittanyYann Herklotz Grave2019-02-251-10/+27
|
* Indent by 4Yann Herklotz Grave2019-02-171-73/+85
|
* Add Parser to Main.hsYann Herklotz Grave2019-02-171-1/+20
|
* Fix all warningsYann Herklotz Grave2019-02-151-1/+0
|
* Fix warningsYann Herklotz Grave2019-02-151-3/+2
|
* Remove Simulation file and move into libraryYann Herklotz2019-02-081-101/+0
|
* Make the main compile againYann Herklotz2019-02-081-2/+1
|
* Fix bracket errorYann Herklotz2019-02-071-6/+6
|
* Add more commandline options to MainYann Herklotz2019-02-071-10/+95
|
* Add show to simulationYann Herklotz2019-02-061-6/+18
|
* Add completely random module generationYann Herklotz2019-02-051-1/+2
|
* Fix print of bytestringYann Herklotz2019-02-051-3/+5
|
* Add optionsYann Herklotz2019-02-032-70/+114
|
* Add timeout and timeout checkYann Herklotz2019-02-021-3/+10
|
* Remove directories without failuresYann Herklotz2019-02-021-1/+2
|
* Try to add loggingYann Herklotz2019-02-021-6/+5
|
* Smaller test caseYann Herklotz2019-02-021-1/+1
|
* Change main to generate completely random moduleYann Herklotz2019-02-021-1/+1
|
* Fix all the compile and test errorsYann Herklotz2019-02-011-12/+4
|
* Structure changesYann Herklotz2019-02-011-12/+16
|
* Better formattingYann Herklotz2019-02-011-8/+17
|
* Fix the main appYann Herklotz2019-01-231-5/+6
|
* Better multithreadingYann Herklotz2019-01-221-5/+11
|
* Make main infinitely recurseYann Herklotz2019-01-211-10/+23
|
* Format of main fileYann Herklotz2019-01-201-4/+6
|
* Prettify filesYann Herklotz2019-01-201-1/+4
|
* Rename moduleId to modIdYann Herklotz2019-01-201-3/+5
|
* Reformat with stylish-haskellYann Herklotz2019-01-191-22/+19
|
* 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.
* Rename remaining modulesYann Herklotz2019-01-101-2/+2
|
* Adding more examples to mainYann Herklotz2019-01-091-2/+9
|
* 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-021-0/+0
|
* Fix linting warningsYann Herklotz2019-01-011-1/+1
|
* Fix dot generationYann Herklotz2018-12-311-4/+6
|
* Upgrade stack versionYann Herklotz2018-12-301-8/+2
|
* Add remove duplicatesYann Herklotz2018-12-291-2/+2
|
* Add new generation methodYann Herklotz2018-12-291-6/+11
|
* Make generation more controlledYann Herklotz2018-12-291-6/+6
|
* Fix documentation and copyrightYann Herklotz2018-12-281-3/+3
|
* Add executable for YosysYann Herklotz2018-12-281-0/+1
|
* Edit mainYann Herklotz2018-12-281-3/+3
|
* Remove OverloadedStrings in favour of declaration in moduleYann Herklotz2018-12-271-2/+0
|
* Add yosys shell scriptYann Herklotz2018-12-271-0/+18
|
* Generate completely random verilogYann Herklotz2018-12-271-3/+5
|
* Fix main and improve speed of run scriptYann Herklotz2018-12-251-1/+1
|
* Add nesting to the SourceTextYann Herklotz2018-12-231-1/+3
|
* Add qualified importsYann Herklotz2018-12-151-13/+12
|
* Add quickcheck to mainYann Herklotz2018-12-041-0/+3
|