aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-123-131/+121
|\
| * cleanupEddie Hung2020-01-111-2/+0
| * Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-112-92/+94
| |\
| | * abc9: remove -nomfs optionEddie Hung2020-01-111-12/+2
| | * abc9: fix memory leakEddie Hung2020-01-101-4/+2
| | * scc to use design->selected_modules() which avoids black/white-boxesEddie Hung2020-01-071-26/+25
| * | Merge branch 'eddie/abc9_refactor' of github.com:YosysHQ/yosys into eddie/abc...Eddie Hung2020-01-113-101/+88
| |\ \
| | * | abc9: cleanupEddie Hung2020-01-113-45/+38
| * | | CleanupEddie Hung2020-01-081-5/+3
* | | | log_debug() for abc9_{arrival,required} timesEddie Hung2020-01-101-1/+7
* | | | abc9_ops -prep_times: generate flop boxes from abc9_required attrEddie Hung2020-01-101-17/+67
* | | | abc9_ops -prep_times: update commentEddie Hung2020-01-101-3/+4
* | | | Add abc9_ops -check, -prep_times, -write_box for required timesEddie Hung2020-01-102-75/+251
* | | | abc9_exe: -box to not require -lutEddie Hung2020-01-091-9/+4
| |/ / |/| |
* | | abc9_ops: fix reintegration by removing optimised-away boxesEddie Hung2020-01-091-56/+50
|/ /
* | Fix abc9 help, add labelsEddie Hung2020-01-081-58/+71
* | abc9_ops -reintegrate: process box connectionsEddie Hung2020-01-071-27/+134
* | Fix tabs and cleanupEddie Hung2020-01-071-38/+38
* | abc_exe: move 'count_outputs' check to abcEddie Hung2020-01-072-54/+50
* | Add abc9_ops -reintegrate; moved out from now abc9_exeEddie Hung2020-01-064-361/+315
* | abc9_map: drop padding in box connectionsEddie Hung2020-01-061-32/+35
* | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2020-01-061-0/+2
|\|
| * Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-061-0/+2
| |\
| | * error if multiple -g options are given for abcN. Engelhardt2020-01-061-0/+2
| * | abc9: uncomment nothing to map messageEddie Hung2020-01-061-4/+4
* | | Revert "write_xaiger to pad, not abc9_ops -prep_holes"Eddie Hung2020-01-062-4/+48
* | | CleanupEddie Hung2020-01-061-5/+2
* | | scc to use design->selected_modules() which avoids black/white-boxesEddie Hung2020-01-061-26/+25
* | | Revert "scc command to ignore blackboxes"Eddie Hung2020-01-061-3/+3
* | | Fix bad mergeEddie Hung2020-01-062-59/+69
* | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2020-01-063-196/+248
|\| |
| * | FixesEddie Hung2020-01-061-0/+3
| * | FixesEddie Hung2020-01-061-3/+5
| * | abc9: remove -markgroups option, since operates on fully selected modEddie Hung2020-01-061-22/+1
| * | abc9: cleanupEddie Hung2020-01-061-12/+13
| * | Add abc9.dff scratchpad optionEddie Hung2020-01-061-0/+1
| * | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-062-191/+281
| |\|
| | * check scratchpad for arguments in abc pass tooN. Engelhardt2020-01-061-157/+214
| | * inherit default values when checking scratchpad for argumentsN. Engelhardt2020-01-061-27/+10
| | * share codepath for scratchpad argument handling with command argumentsN. Engelhardt2020-01-031-40/+84
| | * Merge branch 'master' of https://github.com/YosysHQ/yosys into abc_scratchpad...N. Engelhardt2020-01-0314-134/+1360
| | |\
| | * | check scratchpad variable abc9.scriptfileN. Engelhardt2019-12-171-0/+2
| | * | check scratchpad variables for custom abc scriptsN. Engelhardt2019-12-132-0/+4
* | | | write_xaiger to pad, not abc9_ops -prep_holesEddie Hung2020-01-052-48/+4
* | | | CleanupEddie Hung2020-01-041-30/+16
* | | | Fix when -dff not givenEddie Hung2020-01-043-59/+49
* | | | Call -prep_holes before aigmap; fix topo orderingEddie Hung2020-01-032-45/+17
* | | | WIPEddie Hung2020-01-032-7/+7
* | | | Preserve topo ordering from -prep_holes to write_xaigerEddie Hung2020-01-032-5/+2
* | | | WIPEddie Hung2020-01-032-14/+40