aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add option to drop reg and wire from outputYann Herklotz2020-04-093-18/+74
* Remove shakespeare dependencyYann Herklotz2020-04-073-102/+103
* Remove statistic dependencyYann Herklotz2020-04-071-3/+9
* Remove DRBG dependencyYann Herklotz2020-04-073-31/+34
* Add annotations and make it compile againYann Herklotz2020-04-0711-31/+41
* WIP changes to the AST typesYann Herklotz2020-03-1621-212/+210
* Changes to AST to support annotationsYann Herklotz2020-03-041-289/+305
* Fix spacing in the generated VerilogYann Herklotz2020-03-031-16/+20
* Add case statement to the ASTYann Herklotz2020-03-032-1/+41
* Update license noticesYann Herklotz2020-01-0635-35/+35
* Update license to dual license GPLv3Yann Herklotz2020-01-0635-35/+35
* Add correct cleaning function backYann Herklotz2019-12-261-1/+1
* Add configuration for default Yosys locationYann Herklotz2019-12-263-7/+28
* Update documentationYann Herklotz2019-12-261-26/+49
* Add reduction stage backYann Herklotz2019-12-261-0/+1
* Add quartuslightYann Herklotz2019-12-101-2/+2
* Do not run counter example if no rerunner is specifiedYann Herklotz2019-12-037-26/+40
* Set aigsmt to noneYann Herklotz2019-12-031-1/+1
* More minimisationYann Herklotz2019-12-031-3/+9
* Add different identifier for forloopsYann Herklotz2019-11-241-15/+17
* Add ModConnNamed in testbenchYann Herklotz2019-11-241-1/+1
* Add extension to simulation reductionYann Herklotz2019-11-241-1/+1
* Fix more changes to for loopsYann Herklotz2019-11-241-1/+1
* Do not mutate the expression in the for loopYann Herklotz2019-11-241-1/+1
* Fix buildYann Herklotz2019-11-241-1/+1
* Add output of v file during reductionYann Herklotz2019-11-242-35/+20
* Show the result as it is runYann Herklotz2019-11-241-4/+4
* Add cross-check between netlistsYann Herklotz2019-11-243-11/+16
* Fix counter-example simulation runYann Herklotz2019-11-241-1/+1
* 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