aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Rename main modulesYann Herklotz2019-09-181-1/+1
|
* Change name from VeriFuzz to VeriSmithYann Herklotz2019-08-291-1/+1
|
* Add defaultMainYann Herklotz2019-05-121-244/+2
|
* Support multiple reg assigns in if statementsYann Herklotz2019-05-061-3/+7
|
* Format with brittanyYann Herklotz2019-05-051-9/+9
|
* Add seeds for reproducible runsYann Herklotz2019-05-051-2/+2
|
* Add --num command line optionYann Herklotz2019-04-251-2/+11
|
* Add time and date by defaultYann Herklotz2019-04-241-4/+3
|
* Add documentation to Config.hsYann Herklotz2019-04-231-2/+2
|
* Formatting files and add result type to front endYann Herklotz2019-04-231-2/+1
|
* Add helper functions to execute fuzzing multiple timesYann Herklotz2019-04-191-2/+2
|
* Use new fuzzing technique instead of the old functionYann Herklotz2019-04-171-16/+7
|
* Move declaration of SourceInfoYann Herklotz2019-04-151-2/+2
|
* Fix the generation of modules and add initialisationYann Herklotz2019-04-101-87/+62
|
* Add config command and more fuzz optionsYann Herklotz2019-04-041-8/+57
|
* Generate Verilog instead of ModDeclYann Herklotz2019-04-031-1/+1
|
* Remove QuickCheck and use Hedgehog insteadYann Herklotz2019-04-021-5/+2
|
* Run through brittanyYann Herklotz2019-04-011-24/+27
|
* Add more options to main appYann Herklotz Grave2019-03-071-8/+16
|
* Add option to reduce file to MainYann Herklotz Grave2019-03-011-2/+39
|
* 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
|