aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This has not been tested fully yet
* 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
|
* Add helper functions to execute fuzzing multiple timesYann Herklotz2019-04-191-9/+24
|
* Fix compiling on CIYann Herklotz2019-04-191-0/+3
|
* Fix some suggestions in Result.hsYann Herklotz2019-04-191-5/+2
|
* Equivalence test now runningYann Herklotz2019-04-191-2/+1
|
* Extend ResultT and Result with more instancesYann Herklotz2019-04-192-9/+46
|
* Add output information to TypeYann Herklotz2019-04-187-80/+95
|
* Add output path to each simulatorYann Herklotz2019-04-186-50/+121
|
* Use new fuzzing technique instead of the old functionYann Herklotz2019-04-174-12/+29
|
* Reduce the wire size as Quartus was crashingYann Herklotz2019-04-171-1/+9
|
* Add new Fuzzing technique, that checks simulators against each otherYann Herklotz2019-04-171-11/+97
|
* Add Show instances to simulatorsYann Herklotz2019-04-175-8/+25
|
* Fix tests and remove Parser tests for nowYann Herklotz2019-04-171-5/+5
|
* Fix other type errors and replace with Result typeYann Herklotz2019-04-173-35/+49
|
* Update simulator with Result typeYann Herklotz2019-04-175-61/+111
|
* Add Fuzzer and implement it with the result typeYann Herklotz2019-04-171-35/+26
|
* Move Reduce fileYann Herklotz2019-04-171-2/+2
|
* Add Result typeYann Herklotz2019-04-171-0/+101
|
* Move declaration of SourceInfoYann Herklotz2019-04-1512-35/+39
|
* Format with brittany and add right modulesYann Herklotz2019-04-154-18/+19
|
* Remove non existant exportsYann Herklotz2019-04-151-6/+1
|
* Fix warningsYann Herklotz2019-04-151-9/+14
|
* Rename Synthesisor -> SynthesiserYann Herklotz2019-04-155-13/+13
|
* Replace Env by FuzzYann Herklotz2019-04-152-58/+113
|
* Some changes to recursion schemesYann Herklotz2019-04-141-18/+4
|
* Remove blocking assignment from GenerationYann Herklotz2019-04-141-1/+1
|
* Change port declarations in ReduceYann Herklotz2019-04-141-4/+4
|
* Print out local timeYann Herklotz2019-04-141-2/+5
|
* Add bit vector to Icarus simulationYann Herklotz2019-04-141-1/+6
|
* Add Bit vector instead of using numbersYann Herklotz2019-04-146-184/+142
|
* Changes to general typesYann Herklotz2019-04-144-99/+90
|
* Add Eval module to evaluate expressionsYann Herklotz2019-04-141-0/+103
|