aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into dev/reducerdev/reducerYann Herklotz2020-05-133-0/+215
|\
| * Add distance function (#75)Yann Herklotz2020-05-093-49/+240
* | Fix generation of blocking assignmentYann Herklotz2020-05-131-45/+129
* | Add for loops and events to reductionYann Herklotz2020-05-121-1/+18
* | Add line count to reductionYann Herklotz2020-05-121-3/+5
* | Remove single module instead of allYann Herklotz2020-05-121-25/+30
* | Change order of types in ASTYann Herklotz2020-05-121-107/+107
* | Add debug to reductionYann Herklotz2020-05-122-4/+14
* | Format with ormoluYann Herklotz2020-05-1237-4753/+5269
* | Tests passing for new reductionYann Herklotz2020-05-112-1/+13
* | Fix types with annotationsYann Herklotz2020-05-1113-44/+51
* | Add reduction annotationsYann Herklotz2020-05-111-92/+134
* | Add proper annotation supportYann Herklotz2020-05-111-69/+119
|/
* 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