aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-0314-134/+1360
| | |\ | | | | | | | | | | | | 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
| | | |
* | | | 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
| | | |
* | | | WIPEddie Hung2020-01-031-7/+7
| | | |
* | | | Remove a few log_{push,pop}()Eddie Hung2020-01-022-8/+0
| | | |
* | | | aigmap everythingEddie Hung2020-01-021-1/+1
| | | |
* | | | scc command to ignore blackboxesEddie Hung2020-01-021-3/+3
| | | |
* | | | Move scc operations out of inner loopEddie Hung2020-01-021-8/+4
| | | |
* | | | CleanupEddie Hung2020-01-021-2/+1
| | | |
* | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2020-01-023-99/+55
|\| | |
| * | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-022-11/+18
| |\ \ \ | | | |/ | | |/|
| * | | Update docEddie Hung2020-01-021-4/+4
| | | |
| * | | abc9 -keepff -> -dff; refactor dff operationsEddie Hung2020-01-021-19/+30
| | | |
| * | | Cleanup abc9, update doc for -keepff optionEddie Hung2020-01-011-6/+5
| | | |
| * | | Restore abc9 -keepffEddie Hung2020-01-011-39/+40
| | | |
| * | | attributes.count() -> get_bool_attribute()Eddie Hung2020-01-011-2/+2
| | | |
| * | | parse_xaiger to not take box_lookupEddie Hung2019-12-311-43/+4
| | | |
| * | | Do not re-order carry chain ports, just precompute iteration orderEddie Hung2019-12-311-22/+0
| | | |
* | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-022-11/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1601 from YosysHQ/eddie/synth_retimeEddie Hung2020-01-021-11/+15
| |\ \ \ | | | | | | | | | | "abc -dff" to no longer retime by default
| | * | | Revert "ABC to call retime all the time"Eddie Hung2019-12-301-11/+15
| | | | | | | | | | | | | | | | | | | | This reverts commit 9aa94370a54c016421740d2ce32ef0aa338d0dbd.
| * | | | take skip wire bits into accountMiodrag Milanovic2020-01-011-0/+3
| | | | |
* | | | | Remove abc9 -clk optionEddie Hung2019-12-301-1/+1
| | | | |
* | | | | abc9_ops -prep_dff cope with lack of holes moduleEddie Hung2019-12-301-38/+38
| | | | |
* | | | | Rename structEddie Hung2019-12-301-3/+3
| | | | |
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2019-12-301-9/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove delay targets docEddie Hung2019-12-301-9/+0
| | | | |
* | | | | Move Pass::call() out of abc9_ops into abc9Eddie Hung2019-12-302-68/+59
| | | | |
* | | | | Use function argEddie Hung2019-12-301-9/+9
| | | | |
* | | | | holes_module to be whiteboxEddie Hung2019-12-301-0/+10
| | | | |
* | | | | Add abc9_ops -prep_holesEddie Hung2019-12-302-3/+313
| | | | |
* | | | | Add abc9_ops -prep_dffEddie Hung2019-12-303-39/+50
| | | | |
* | | | | Restore count_outputs, move process check to abcEddie Hung2019-12-302-11/+13
| | | | |
* | | | | Fix struct nameEddie Hung2019-12-301-3/+3
| | | | |
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2019-12-302-323/+124
|\| | | |
| * | | | write_xaiger to use scratchpad for stats; cleanup abc9Eddie Hung2019-12-301-173/+15
| | | | |
| * | | | Remove submod changesEddie Hung2019-12-301-99/+37
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-306-101/+1080
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Add "synth_xilinx -dff" option, cleanup abc9Eddie Hung2019-12-301-49/+19
| | | | |