aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-094-185/+177
* Add reduction strategy for modulesYann Herklotz2019-05-095-16/+166
* Add NFData to force evaluation of config fileYann Herklotz2019-05-099-167/+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-077-66/+213
* Add description field to YosysYann Herklotz2019-05-073-14/+13
* Use abc for verificationYann Herklotz2019-05-073-8/+6
* Create better command line outputYann Herklotz2019-05-073-9/+16
* Rename some functions to use nicer namesYann Herklotz2019-05-0710-55/+62
* Add support for multiple modulesYann Herklotz2019-05-074-11/+41
* Fix bug in Config.hsYann Herklotz2019-05-061-6/+6
* Support multiple reg assigns in if statementsYann Herklotz2019-05-066-74/+93
* Modify generation of statements to create more interesting onesYann Herklotz2019-05-051-16/+35
* Format with brittanyYann Herklotz2019-05-056-49/+82
* Write config file with seed to the fuzz directoryYann Herklotz2019-05-052-18/+21
* Add seeds for reproducible runsYann Herklotz2019-05-054-44/+83
* Add more reduction to testsYann Herklotz2019-04-291-2/+10
* Add random bit selection for wiresYann Herklotz2019-04-266-44/+89
* Add time and date by defaultYann Herklotz2019-04-241-3/+17
* Add documentation to Config.hsYann Herklotz2019-04-231-16/+128
* Fix some errors in the templatesYann Herklotz2019-04-231-0/+1
* Fix XST SynthesisYann Herklotz2019-04-231-1/+1
* Add simulator support to the config fileYann Herklotz2019-04-232-179/+101
* Formatting files and add result type to front endYann Herklotz2019-04-235-6/+14
* Fix code generation for always blocks with orYann Herklotz2019-04-231-3/+3
* Fine tune the generationYann Herklotz2019-04-231-15/+13
* Add Report typeYann Herklotz2019-04-231-0/+169
* Add event list generation for always blocksYann Herklotz2019-04-233-73/+4
* Add support for more event listsYann Herklotz2019-04-214-11/+74
* Add new modules to fix Quartus equivalence checkYann Herklotz2019-04-211-0/+1