aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Support proper Quartus Pro versionYann Herklotz2019-11-145-40/+166
* Add delay to finishYann Herklotz2019-11-141-1/+1
* Add z3 as default equivalence check with ABCYann Herklotz2019-11-141-0/+1
* Add reduction for simulation failuresYann Herklotz2019-11-126-70/+174
* Use text to store counter-exampleYann Herklotz2019-11-121-15/+15
* Add counter example parsingYann Herklotz2019-11-107-47/+164
* Add reduction pass to remove constants from concatYann Herklotz2019-11-054-7/+57
* Add support for Quartus using projectsYann Herklotz2019-11-042-17/+45
* Add parsing of existing rtl when starting fuzz runYann Herklotz2019-10-312-10/+31
* Add data-file installation pathYann Herklotz2019-10-296-38/+56
* Run simulation on all tools passing synthesisYann Herklotz2019-10-281-20/+27
* Add --no-reductionYann Herklotz2019-10-282-23/+20
* Add mtl dependency to enable easier use of transformersYann Herklotz2019-10-272-142/+172
* Add OptParser to separate option parsingYann Herklotz2019-10-272-245/+270
* Add comment to code generationYann Herklotz2019-10-251-1/+1
* Add the literal list to the mod instantiationYann Herklotz2019-10-251-2/+3
* Fix subtle issue with module generationYann Herklotz2019-10-251-0/+1
* Change location of the html reportsYann Herklotz2019-10-182-4/+6
* Add -k functionalityYann Herklotz2019-10-183-9/+31
* Rename Sim to ToolYann Herklotz2019-10-1814-68/+63
* [Fix #63] Make build pass againYann Herklotz2019-10-062-57/+54
* Rename main modulesYann Herklotz2019-09-1834-203/+203
* Renaming to VeriSmithYann Herklotz2019-09-0434-0/+0
* Change name from VeriFuzz to VeriSmithYann Herklotz2019-08-2934-290/+290
* Fix to read the verilog instead of a formal reprYann Herklotz2019-08-011-1/+1
* Add a benchmarkYann Herklotz2019-07-273-50/+163
* Move the imports to VeriFuzz.hsYann Herklotz2019-07-262-7/+11
* Move Gen.hs to Generate.hsYann Herklotz2019-07-262-3/+3
* Add non determinism probability to generationYann Herklotz2019-07-262-24/+61
* [Fix #52] Correctly resize the modulesYann Herklotz2019-07-231-6/+9
* Add new maintainer emailYann Herklotz2019-07-2333-284/+211
* Fix nix build and add to travisYann Herklotz2019-07-231-16/+12
* Fix the filtering of the local valuesYann Herklotz2019-07-231-1/+4
* Remove stack and format fuzzYann Herklotz2019-07-231-33/+27
* Add .env and fix VeriFuzz.hsYann Herklotz2019-07-211-23/+21
* Merge branch 'master' into fix/resize-modportsYann Herklotz2019-07-2129-389/+1007
|\
| * Format filesYann Herklotz2019-06-2927-269/+381
| * 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-0510-104/+143
| * 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