aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Fuzz.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add new maintainer emailYann Herklotz2019-07-231-1/+1
|
* Remove stack and format fuzzYann Herklotz2019-07-231-33/+27
|
* Format filesYann Herklotz2019-06-291-46/+50
|
* Fix pedantic warningsYann Herklotz2019-06-291-5/+1
|
* Add back the simulationYann Herklotz2019-06-291-21/+28
|
* Add part of the simulator implementationYann Herklotz2019-06-291-0/+45
|
* Format all filesYann Herklotz2019-06-051-40/+45
|
* Add median and mean samplingYann Herklotz2019-06-021-10/+39
|
* Add check for synthfailsYann Herklotz2019-05-301-1/+2
|
* Export helpers from Fuzz.hsYann Herklotz2019-05-251-0/+3
|
* Use synthesiser instanceYann Herklotz2019-05-251-1/+1
|
* Add synthesis fails to fuzzerYann Herklotz2019-05-251-0/+16
|
* Fix used wire check for clkYann Herklotz2019-05-241-1/+1
|
* Reduction throws away path if it finds a passing oneYann Herklotz2019-05-241-2/+2
|
* Add hat sampling to configYann Herklotz2019-05-221-2/+4
|
* Add hat samplingYann Herklotz2019-05-211-18/+40
|
* Add a different State and new FuzzReport outputYann Herklotz2019-05-211-43/+112
|
* Fix warning on CIYann Herklotz2019-05-201-2/+2
|
* Format using brittanyYann Herklotz2019-05-201-1/+5
|
* Only compare against the identity synthYann Herklotz2019-05-201-2/+3
|
* 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