aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpadEddie Hung2020-01-111-12/+4
| |\ \ \
| * | | | abc9: fix help message, found by @nakengelhardtEddie Hung2020-01-111-2/+2
| | | | |
| * | | | Copy-pastaEddie Hung2020-01-101-1/+1
| | | | |
| * | | | abc9: add abc9.verify and abc9.debug optionsEddie Hung2020-01-101-1/+13
| | | | |
| * | | | abc9: fix typosEddie Hung2020-01-101-4/+4
| | | | |
| * | | | Tune abc9.script.flowEddie Hung2020-01-091-6/+14
| | | | |
| * | | | Add '-v' to &if for abc9.script.default.fastEddie Hung2020-01-091-1/+1
| | | | |
| * | | | abc9: start post-fix with semicolonEddie Hung2020-01-091-1/+1
| | | | |
| * | | | abc9.script.* constpad entries to start with '+'Eddie Hung2020-01-091-8/+8
| | | | |
| * | | | Revert "abc9: if -script value is a file, then source it, otherwise commands"Eddie Hung2020-01-091-16/+11
| | | | | | | | | | | | | | | | | | | | This reverts commit 0696b7bc9e4bd86eadd0e0b92696392cc5dc6172.
| * | | | Move abc9.* constpad entries to Abc9Pass::on_register()Eddie Hung2020-01-091-0/+37
| | | | |
| * | | | scratchpad entry abc9.if.R to &if -REddie Hung2020-01-081-0/+6
| | | | |
| * | | | abc9: if -script value is a file, then source it, otherwise commandsEddie Hung2020-01-081-11/+16
| | | | |
| * | | | abc9: add time as last script commandEddie Hung2020-01-081-1/+1
| | | | |
| * | | | Fix {C} substitutionEddie Hung2020-01-081-1/+4
| | | | |
| * | | | Add RTLIL::constpad, init by yosys_setup(); use for abc9Eddie Hung2020-01-081-25/+9
| | | | |
* | | | | 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
| |/ / /
* | | | Merge branch 'eddie/abc9_refactor' of github.com:YosysHQ/yosys into ↵Eddie Hung2020-01-113-101/+88
|\ \ \ \ | | | | | | | | | | | | | | | eddie/abc9_refactor
| * | | | abc9: cleanupEddie Hung2020-01-113-45/+38
| | |_|/ | |/| |
| * | | abc9_ops: fix reintegration by removing optimised-away boxesEddie Hung2020-01-091-56/+50
| | | |
* | | | CleanupEddie Hung2020-01-081-5/+3
|/ / /
* | | 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
| | | | | | | | | | | | | | | | This reverts commit b5f60e055d07579a2d4f23fc053ca030f103f377.
* | | | CleanupEddie Hung2020-01-061-5/+2
| | | |
* | | | 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 ↵N. Engelhardt2020-01-033-51/+102
| | |\ \ | | | | | | | | | | | | | | | abc_scratchpad_script
| | * | | check scratchpad variable abc9.scriptfileN. Engelhardt2019-12-171-0/+2
| | | | |
| | * | | check scratchpad variables for custom abc scriptsN. Engelhardt2019-12-132-0/+4
| | | |/ | | |/|