Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | inherit default values when checking scratchpad for arguments | N. Engelhardt | 2020-01-06 | 1 | -27/+10 | |
| | | | ||||||
| | * | share codepath for scratchpad argument handling with command arguments | N. Engelhardt | 2020-01-03 | 1 | -40/+84 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/YosysHQ/yosys into ↵ | N. Engelhardt | 2020-01-03 | 1 | -19/+18 | |
| | |\ | | | | | | | | | | | | | abc_scratchpad_script | |||||
| | * | | check scratchpad variable abc9.scriptfile | N. Engelhardt | 2019-12-17 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | check scratchpad variables for custom abc scripts | N. Engelhardt | 2019-12-13 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Fix when -dff not given | Eddie Hung | 2020-01-04 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Call -prep_holes before aigmap; fix topo ordering | Eddie Hung | 2020-01-03 | 1 | -5/+2 | |
| | | | | ||||||
* | | | | WIP | Eddie Hung | 2020-01-03 | 1 | -5/+7 | |
| | | | | ||||||
* | | | | Preserve topo ordering from -prep_holes to write_xaiger | Eddie Hung | 2020-01-03 | 1 | -5/+1 | |
| | | | | ||||||
* | | | | WIP | Eddie Hung | 2020-01-03 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | WIP | Eddie Hung | 2020-01-03 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | aigmap everything | Eddie Hung | 2020-01-02 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Move scc operations out of inner loop | Eddie Hung | 2020-01-02 | 1 | -8/+4 | |
| | | | | ||||||
* | | | | Cleanup | Eddie Hung | 2020-01-02 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactor | Eddie Hung | 2020-01-02 | 1 | -7/+17 | |
|\| | | | ||||||
| * | | | Update doc | Eddie Hung | 2020-01-02 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | abc9 -keepff -> -dff; refactor dff operations | Eddie Hung | 2020-01-02 | 1 | -19/+30 | |
| | | | | ||||||
| * | | | Cleanup abc9, update doc for -keepff option | Eddie Hung | 2020-01-01 | 1 | -6/+5 | |
| | | | | ||||||
| * | | | Restore abc9 -keepff | Eddie Hung | 2020-01-01 | 1 | -39/+40 | |
| | | | | ||||||
| * | | | attributes.count() -> get_bool_attribute() | Eddie Hung | 2020-01-01 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | parse_xaiger to not take box_lookup | Eddie Hung | 2019-12-31 | 1 | -43/+4 | |
| | | | | ||||||
| * | | | Do not re-order carry chain ports, just precompute iteration order | Eddie Hung | 2019-12-31 | 1 | -22/+0 | |
| | | | | ||||||
* | | | | Remove abc9 -clk option | Eddie Hung | 2019-12-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactor | Eddie Hung | 2019-12-30 | 1 | -9/+0 | |
|\| | | | ||||||
| * | | | Remove delay targets doc | Eddie Hung | 2019-12-30 | 1 | -9/+0 | |
| | | | | ||||||
* | | | | Move Pass::call() out of abc9_ops into abc9 | Eddie Hung | 2019-12-30 | 1 | -2/+12 | |
| | | | | ||||||
* | | | | Add abc9_ops -prep_holes | Eddie Hung | 2019-12-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add abc9_ops -prep_dff | Eddie Hung | 2019-12-30 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Restore count_outputs, move process check to abc | Eddie Hung | 2019-12-30 | 1 | -1/+9 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactor | Eddie Hung | 2019-12-30 | 1 | -17/+11 | |
|\| | | | ||||||
| * | | | write_xaiger to use scratchpad for stats; cleanup abc9 | Eddie Hung | 2019-12-30 | 1 | -173/+15 | |
| | | | | ||||||
| * | | | Add "synth_xilinx -dff" option, cleanup abc9 | Eddie Hung | 2019-12-30 | 1 | -49/+19 | |
| | | | | ||||||
| * | | | Disable clock domain partitioning in Yosys pass, let ABC do it | Eddie Hung | 2019-12-23 | 1 | -6/+22 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-12-20 | 1 | -19/+18 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Split into $__ABC9_ASYNC[01], do not add cell->type to clkdomain_t | Eddie Hung | 2019-12-19 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Remove &verify -s | Eddie Hung | 2019-12-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Use pool<> instead of std::set<> to preserver ordering | Eddie Hung | 2019-12-17 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | Put $__ABC9_{FF_,ASYNC} into same clock domain as abc9_flop | Eddie Hung | 2019-12-16 | 1 | -5/+27 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-12-06 | 1 | -29/+40 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Call abc9 with "&write -n", and parse_xaiger() to cope | Eddie Hung | 2019-12-06 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix abc9 re-integration, remove abc9_control_wire, use cell->type as | Eddie Hung | 2019-12-06 | 1 | -39/+15 | |
| | | | | | | | | | | | | | | | | as part of clock domain for mergeability class | |||||
| * | | | abc9 to do clock partitioning again | Eddie Hung | 2019-12-05 | 1 | -37/+144 | |
| | | | | ||||||
| * | | | Add assertion | Eddie Hung | 2019-12-03 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Add abc9_init wire, attach to abc9_flop cell | Eddie Hung | 2019-12-03 | 1 | -2/+12 | |
| | | | | ||||||
| * | | | Cleanup | Eddie Hung | 2019-12-01 | 1 | -3/+2 | |
| | | | | ||||||
| * | | | Fix debug | Eddie Hung | 2019-11-25 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | abc9 to contain time call | Eddie Hung | 2019-11-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | abc9 to no longer to clock partitioning, operate on whole modules only | Eddie Hung | 2019-11-25 | 1 | -139/+32 | |
| | | | | ||||||
| * | | | Conditioning abc9 on POs not accurate due to cells | Eddie Hung | 2019-11-23 | 1 | -15/+6 | |
| | | | | ||||||
| * | | | When expanding upwards, do not capture $__ABC9_{FF,ASYNC}_ | Eddie Hung | 2019-11-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Since they should be captured downwards from the owning flop |