aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz.hs
Commit message (Expand)AuthorAgeFilesLines
* Renaming to VeriSmithYann Herklotz2019-09-041-553/+0
* Change name from VeriFuzz to VeriSmithYann Herklotz2019-08-291-23/+23
* Move the imports to VeriFuzz.hsYann Herklotz2019-07-261-1/+11
* Add new maintainer emailYann Herklotz2019-07-231-2/+2
* Add .env and fix VeriFuzz.hsYann Herklotz2019-07-211-23/+21
* Format filesYann Herklotz2019-06-291-21/+23
* Format all filesYann Herklotz2019-06-051-20/+26
* Fix reduction for statementsYann Herklotz2019-05-251-3/+4
* Add more command line options for replayYann Herklotz2019-05-251-7/+69
* Format using brittanyYann Herklotz2019-05-201-3/+4
* Only compare against the identity synthYann Herklotz2019-05-201-2/+2
* Only modify expressions in swarm testingYann Herklotz2019-05-201-7/+7
* Format with brittanyYann Herklotz2019-05-131-40/+51
* Add ResultT to Sh conversionYann Herklotz2019-05-131-2/+2
* Add NonEmpty to testsYann Herklotz2019-05-131-2/+3
* Add reduction for the commandlineYann Herklotz2019-05-131-14/+13
* Add randomisation of config file with --randomiseYann Herklotz2019-05-121-5/+55
* Remove warningsYann Herklotz2019-05-121-118/+119
* Add defaultMainYann Herklotz2019-05-121-1/+243
* Add new pretty printer with indentationYann Herklotz2019-05-091-1/+1
* Add reduction strategy for modulesYann Herklotz2019-05-091-1/+1
* Add NFData to force evaluation of config fileYann Herklotz2019-05-091-14/+0
* Add configuration options for all simulatorsYann Herklotz2019-05-071-6/+2
* Add description field to YosysYann Herklotz2019-05-071-2/+1
* Create better command line outputYann Herklotz2019-05-071-1/+1
* Rename some functions to use nicer namesYann Herklotz2019-05-071-4/+4
* Support multiple reg assigns in if statementsYann Herklotz2019-05-061-21/+32
* Write config file with seed to the fuzz directoryYann Herklotz2019-05-051-1/+1
* Add seeds for reproducible runsYann Herklotz2019-05-051-18/+26
* Formatting files and add result type to front endYann Herklotz2019-04-231-0/+2
* Use new fuzzing technique instead of the old functionYann Herklotz2019-04-171-11/+22
* Fix other type errors and replace with Result typeYann Herklotz2019-04-171-8/+16
* Changes to general typesYann Herklotz2019-04-141-1/+1
* Fix the generation of modules and add initialisationYann Herklotz2019-04-101-10/+11
* Add Parameter type and remove DescriptionYann Herklotz2019-04-091-1/+1
* Reorganise runEquivalenceYann Herklotz2019-04-041-5/+10
* Generate Verilog instead of ModDeclYann Herklotz2019-04-031-2/+2
* Export Vivado types and fix test failureYann Herklotz2019-04-031-2/+2
* Large refactor with passing testsYann Herklotz2019-04-021-27/+6
* Rename to VerilogYann Herklotz2019-04-021-2/+2
* Remove Hedgehog from modulev0.2.0.0Yann Herklotz2019-04-021-8/+6
* Run through brittanyYann Herklotz2019-04-011-2/+3
* Change license nameYann Herklotz2019-03-301-1/+1
* Add more options to main appYann Herklotz Grave2019-03-071-8/+8
* Add toml configuration support for probabilitiesYann Herklotz Grave2019-03-041-0/+2
* Lint fixYann Herklotz Grave2019-03-011-1/+1
* Fixing exports and imports in main libraryYann Herklotz Grave2019-03-011-13/+29
* Add documentation to main VeriFuzz moduleYann Herklotz Grave2019-02-261-0/+11
* Reformat using brittanyYann Herklotz Grave2019-02-251-3/+9
* Indent by 4Yann Herklotz Grave2019-02-171-58/+60