| Commit message (Expand) | Author | Age | Files | Lines |
* | Call -prep_holes before aigmap; fix topo ordering | Eddie Hung | 2020-01-03 | 2 | -45/+17 |
* | WIP | Eddie Hung | 2020-01-03 | 2 | -7/+7 |
* | Preserve topo ordering from -prep_holes to write_xaiger | Eddie Hung | 2020-01-03 | 2 | -5/+2 |
* | WIP | Eddie Hung | 2020-01-03 | 2 | -14/+40 |
* | WIP | Eddie Hung | 2020-01-03 | 1 | -7/+7 |
* | Remove a few log_{push,pop}() | Eddie Hung | 2020-01-02 | 2 | -8/+0 |
* | 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 | 3 | -99/+55 |
|\ |
|
| * | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2020-01-02 | 2 | -11/+18 |
| |\ |
|
| * | | 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 |
* | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2020-01-02 | 2 | -11/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge pull request #1601 from YosysHQ/eddie/synth_retime | Eddie Hung | 2020-01-02 | 1 | -11/+15 |
| |\ \ |
|
| | * | | Revert "ABC to call retime all the time" | Eddie Hung | 2019-12-30 | 1 | -11/+15 |
| * | | | take skip wire bits into account | Miodrag Milanovic | 2020-01-01 | 1 | -0/+3 |
* | | | | Remove abc9 -clk option | Eddie Hung | 2019-12-30 | 1 | -1/+1 |
* | | | | abc9_ops -prep_dff cope with lack of holes module | Eddie Hung | 2019-12-30 | 1 | -38/+38 |
* | | | | Rename struct | Eddie Hung | 2019-12-30 | 1 | -3/+3 |
* | | | | 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 | 2 | -68/+59 |
* | | | | Use function arg | Eddie Hung | 2019-12-30 | 1 | -9/+9 |
* | | | | holes_module to be whitebox | Eddie Hung | 2019-12-30 | 1 | -0/+10 |
* | | | | Add abc9_ops -prep_holes | Eddie Hung | 2019-12-30 | 2 | -3/+313 |
* | | | | Add abc9_ops -prep_dff | Eddie Hung | 2019-12-30 | 3 | -39/+50 |
* | | | | Restore count_outputs, move process check to abc | Eddie Hung | 2019-12-30 | 2 | -11/+13 |
* | | | | Fix struct name | Eddie Hung | 2019-12-30 | 1 | -3/+3 |
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactor | Eddie Hung | 2019-12-30 | 2 | -323/+124 |
|\| | | |
|
| * | | | write_xaiger to use scratchpad for stats; cleanup abc9 | Eddie Hung | 2019-12-30 | 1 | -173/+15 |
| * | | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-12-30 | 1 | -23/+68 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Add "synth_xilinx -dff" option, cleanup abc9 | Eddie Hung | 2019-12-30 | 1 | -49/+19 |
| * | | | Grammar | Eddie Hung | 2019-12-30 | 1 | -1/+1 |
| * | | | 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 | 2 | -175/+137 |
| |\ \ \ \ |
|
| * | | | | | 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 |
| * | | | | | abc9 to do clock partitioning again | Eddie Hung | 2019-12-05 | 1 | -37/+144 |
| * | | | | | Add assertion | Eddie Hung | 2019-12-03 | 1 | -0/+1 |