aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-131-0/+10
* 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-132-4/+2
* Add Identity to ReportYann Herklotz2019-05-132-23/+48
* Add reduction for the commandlineYann Herklotz2019-05-131-29/+84
* 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 Quote.hsYann Herklotz2019-05-121-0/+49
* Add working statement reductionYann Herklotz2019-05-121-30/+60
* Implement module item reduction properlyYann Herklotz2019-05-113-6/+18
* Fix warnings for CIYann Herklotz2019-05-111-3/+3
* Add Plate instance to StatementYann Herklotz2019-05-111-0/+6
* Add Mutation class in Mutate.hsYann Herklotz2019-05-111-1/+99
* Add Quote export to main moduleYann Herklotz2019-05-111-0/+3
* Add new reduction techniquesYann Herklotz2019-05-111-121/+93
* Fixed parser to parse all the generated verilogYann Herklotz2019-05-102-20/+84
* Add always and initial blocks to parserYann Herklotz2019-05-101-7/+118
* Fix some of the doctests in Mutate.hsYann Herklotz2019-05-101-5/+5
* Add constant expression to expression conversion and vice versaYann Herklotz2019-05-102-0/+23
* Fix but remove the doctests for nowYann Herklotz2019-05-101-25/+25
* Add new pretty printer with indentationYann Herklotz2019-05-093-184/+176
* Add reduction strategy for modulesYann Herklotz2019-05-094-15/+165
* Add NFData to force evaluation of config fileYann Herklotz2019-05-098-153/+101
* Fix unusable UNPACKYann Herklotz2019-05-091-1/+1
* Add combinational and sequential logic supportYann Herklotz2019-05-093-97/+55
* Only show the seedYann Herklotz2019-05-071-3/+1
* Add configuration options for all simulatorsYann Herklotz2019-05-076-60/+211
* Add description field to YosysYann Herklotz2019-05-072-12/+12