aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Fuzz.hs
Commit message (Collapse)AuthorAgeFilesLines
* Format with brittanyYann Herklotz2019-05-131-25/+26
|
* Fix report generation for fuzz runYann Herklotz2019-05-131-3/+10
|
* Add reduction to fuzz runYann Herklotz2019-05-131-2/+33
|
* Remove Maybe from equivalence checkYann Herklotz2019-05-131-1/+1
|
* Add NFData to force evaluation of config fileYann Herklotz2019-05-091-2/+3
|
* Only show the seedYann Herklotz2019-05-071-3/+1
|
* Add description field to YosysYann Herklotz2019-05-071-4/+3
|
* Create better command line outputYann Herklotz2019-05-071-7/+7
|
* Rename some functions to use nicer namesYann Herklotz2019-05-071-1/+1
|
* Support multiple reg assigns in if statementsYann Herklotz2019-05-061-8/+0
|
* Format with brittanyYann Herklotz2019-05-051-20/+40
|
* Write config file with seed to the fuzz directoryYann Herklotz2019-05-051-17/+20
|
* Add seeds for reproducible runsYann Herklotz2019-05-051-16/+45
|
* Add time and date by defaultYann Herklotz2019-04-241-3/+17
|
* Add simulator support to the config fileYann Herklotz2019-04-231-162/+46
|
* Add helper functions to execute fuzzing multiple timesYann Herklotz2019-04-191-9/+24
|
* Fix compiling on CIYann Herklotz2019-04-191-0/+3
|
* Equivalence test now runningYann Herklotz2019-04-191-2/+1
|
* Extend ResultT and Result with more instancesYann Herklotz2019-04-191-5/+8
|
* Add output information to TypeYann Herklotz2019-04-181-44/+59
|
* Add output path to each simulatorYann Herklotz2019-04-181-37/+93
|
* Add new Fuzzing technique, that checks simulators against each otherYann Herklotz2019-04-171-11/+97
|
* Add Fuzzer and implement it with the result typeYann Herklotz2019-04-171-35/+26
|
* Move declaration of SourceInfoYann Herklotz2019-04-151-2/+4
|
* Format with brittany and add right modulesYann Herklotz2019-04-151-1/+2
|
* Fix warningsYann Herklotz2019-04-151-9/+14
|
* Replace Env by FuzzYann Herklotz2019-04-151-0/+113