aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz
Commit message (Expand)AuthorAgeFilesLines
* Fix pedantic warningsYann Herklotz2019-06-295-10/+21
* Add back the simulationYann Herklotz2019-06-293-48/+55
* Add part of the simulator implementationYann Herklotz2019-06-293-5/+104
* Format all filesYann Herklotz2019-06-059-84/+117
* Fix size in output wireYann Herklotz2019-06-051-2/+3
* Add combination optionYann Herklotz2019-06-053-5/+10
* Add median and mean samplingYann Herklotz2019-06-021-10/+39
* Remove dead codeYann Herklotz2019-06-021-1/+1
* Add XOR to the outputYann Herklotz2019-06-022-2/+3
* Add fix to synthesise correctly with Quartus without MACYann Herklotz2019-06-021-1/+2
* Add check for quicker reductionYann Herklotz2019-06-021-17/+19
* Add check for synthfailsYann Herklotz2019-05-301-1/+2
* Add changes to work with older VivadoYann Herklotz2019-05-261-1/+1
* Fix reduction for statementsYann Herklotz2019-05-252-12/+16
* 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-252-0/+17
* Add reducesynthesis functionYann Herklotz2019-05-251-0/+13
* Add timeout error to synthesisersYann Herklotz2019-05-252-12/+20
* No expression reductionYann Herklotz2019-05-241-1/+1
* Fix used wire check for clkYann Herklotz2019-05-243-14/+26
* Reduction throws away path if it finds a passing oneYann Herklotz2019-05-242-21/+18
* Change parameters of generationYann Herklotz2019-05-221-7/+2
* Add hat sampling to configYann Herklotz2019-05-221-2/+4
* Add choice for hat sampling in configYann Herklotz2019-05-211-6/+14
* Add necessary exports to AST and CodeGenYann Herklotz2019-05-212-2/+2
* Add lines of code to reportYann Herklotz2019-05-211-3/+11
* Add hat samplingYann Herklotz2019-05-211-18/+40
* Add a different State and new FuzzReport outputYann Herklotz2019-05-211-43/+112
* Add more fields to the FuzzReportYann Herklotz2019-05-211-34/+145
* Switch meaning of SemigroupYann Herklotz2019-05-211-1/+1
* Remove unused functionYann Herklotz2019-05-211-3/+0
* Remove logging from within toolsYann Herklotz2019-05-215-27/+9
* Add only identityYann Herklotz2019-05-211-1/+1
* 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-202-3/+4
* Change simple graph check to acyclic checkYann Herklotz2019-05-192-27/+40
* Add colour to the reportYann Herklotz2019-05-181-32/+35
* Add ability to clean up verilog fileYann Herklotz2019-05-151-3/+115
* Remove modConn lens and replace by modExprYann Herklotz2019-05-152-4/+3
* Use Identifier instead of TextYann Herklotz2019-05-141-3/+3
* Add cleaning on all modulesYann Herklotz2019-05-141-17/+24
* Add reduction for multiple modulesYann Herklotz2019-05-141-29/+72
* Optimisations in the generationYann Herklotz2019-05-141-6/+4
* Add lens to focus on specific moduleYann Herklotz2019-05-141-0/+15
* Add renameSourceYann Herklotz2019-05-141-0/+5
* Format with brittanyYann Herklotz2019-05-1310-321/+352
* Fix report generation for fuzz runYann Herklotz2019-05-131-3/+10
* Add more reporting to equivalence checkYann Herklotz2019-05-133-8/+22