aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/OptParser.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add command line variablesYann Herklotz2021-07-231-0/+49
|
* Fix top-level of interfaceYann Herklotz2021-05-211-1/+12
|
* Add top-level argument interface for EMIYann Herklotz2021-05-181-0/+73
|
* Merge branch 'master' into dev/reducerdev/reducerYann Herklotz2020-05-131-0/+27
|\
| * Add distance function (#75)Yann Herklotz2020-05-091-49/+53
| | | | | | | | | | | | | | | | | | | | | | * Add distance function * Add distance measure for lists with testcases * Add more distance measures for AST * Add distance to commandline * Fix distance always giving 0
* | Format with ormoluYann Herklotz2020-05-121-257/+309
|/
* Add annotations and make it compile againYann Herklotz2020-04-071-5/+5
|
* Do not run counter example if no rerunner is specifiedYann Herklotz2019-12-031-0/+5
|
* Add cross-check between netlistsYann Herklotz2019-11-241-0/+3
|
* Add reduction pass to remove constants from concatYann Herklotz2019-11-051-3/+22
|
* Add parsing of existing rtl when starting fuzz runYann Herklotz2019-10-311-8/+23
|
* Add --no-reductionYann Herklotz2019-10-281-21/+17
|
* Add OptParser to separate option parsingYann Herklotz2019-10-271-0/+266