aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-202-4/+9
* Only compare against the identity synthYann Herklotz2019-05-203-5/+6
* Merge branch 'master' of github.com:ymherklotz/verifuzzYann Herklotz2019-05-202-38/+54
|\
| * Change simple graph check to acyclic checkYann Herklotz2019-05-192-27/+40
| * Add colour to the reportYann Herklotz2019-05-181-32/+35
* | Only modify expressions in swarm testingYann Herklotz2019-05-201-7/+7
|/
* 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-1311-361/+403
* Fix report generation for fuzz runYann Herklotz2019-05-131-3/+10
* Add more reporting to equivalence checkYann Herklotz2019-05-133-8/+22
* Add optimisation to check if at bottomYann Herklotz2019-05-131-17/+40
* Add Identity to synthesisersYann Herklotz2019-05-131-0/+5
* Add reduction to fuzz runYann Herklotz2019-05-132-3/+34
* Add html output for reportYann Herklotz2019-05-131-15/+54
* Inverse case statementYann Herklotz2019-05-131-3/+3
* Add ResultT to Sh conversionYann Herklotz2019-05-132-2/+12
* Add reducer function for two arbitrary SynthesiserYann Herklotz2019-05-131-4/+13
* Remove Maybe from equivalence checkYann Herklotz2019-05-133-23/+16
* Add NonEmpty to testsYann Herklotz2019-05-133-6/+5
* Add Identity to ReportYann Herklotz2019-05-132-23/+48
* Add reduction for the commandlineYann Herklotz2019-05-132-43/+97
* Use NonEmpty to represent concatenationYann Herklotz2019-05-133-16/+16
* Change the arguments to Text in the ParserYann Herklotz2019-05-132-8/+28
* Add Identity synthesiserYann Herklotz2019-05-131-0/+44
* 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