Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | abc9_ops: fix reintegration by removing optimised-away boxes | Eddie Hung | 2020-01-09 | 1 | -56/+50 | |
| * | | | | | | | | | | | Cleanup | Eddie Hung | 2020-01-08 | 1 | -5/+3 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Fix abc9 help, add labels | Eddie Hung | 2020-01-08 | 1 | -58/+71 | |
| * | | | | | | | | | | abc9_ops -reintegrate: process box connections | Eddie Hung | 2020-01-07 | 1 | -27/+134 | |
| * | | | | | | | | | | Fix tabs and cleanup | Eddie Hung | 2020-01-07 | 1 | -38/+38 | |
| * | | | | | | | | | | abc_exe: move 'count_outputs' check to abc | Eddie Hung | 2020-01-07 | 2 | -54/+50 | |
| * | | | | | | | | | | Add abc9_ops -reintegrate; moved out from now abc9_exe | Eddie Hung | 2020-01-06 | 4 | -361/+315 | |
| * | | | | | | | | | | abc9_map: drop padding in box connections | Eddie Hung | 2020-01-06 | 1 | -32/+35 | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactor | Eddie Hung | 2020-01-06 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Revert "write_xaiger to pad, not abc9_ops -prep_holes" | Eddie Hung | 2020-01-06 | 2 | -4/+48 | |
| * | | | | | | | | | | | Cleanup | Eddie Hung | 2020-01-06 | 1 | -5/+2 | |
| * | | | | | | | | | | | scc to use design->selected_modules() which avoids black/white-boxes | Eddie Hung | 2020-01-06 | 1 | -26/+25 | |
| * | | | | | | | | | | | Revert "scc command to ignore blackboxes" | Eddie Hung | 2020-01-06 | 1 | -3/+3 | |
| * | | | | | | | | | | | Fix bad merge | Eddie Hung | 2020-01-06 | 2 | -59/+69 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactor | Eddie Hung | 2020-01-06 | 3 | -196/+248 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | write_xaiger to pad, not abc9_ops -prep_holes | Eddie Hung | 2020-01-05 | 2 | -48/+4 | |
| * | | | | | | | | | | | | Cleanup | Eddie Hung | 2020-01-04 | 1 | -30/+16 | |
| * | | | | | | | | | | | | Fix when -dff not given | Eddie Hung | 2020-01-04 | 3 | -59/+49 | |
| * | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | scc command to ignore blackboxes | Eddie Hung | 2020-01-02 | 1 | -3/+3 | |
| * | | | | | | | | | | | | 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 eddie/abc9_refactor | Eddie Hung | 2020-01-02 | 2 | -11/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2019-12-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | abc9_techmap -> _map; called from abc9 script pass along with abc9_ops | Eddie Hung | 2019-12-28 | 4 | -130/+406 | |
| * | | | | | | | | | | | | | | | | | Rename abc9.cc -> abc9_techmap.cc | Eddie Hung | 2019-12-28 | 2 | -5/+6 | |
* | | | | | | | | | | | | | | | | | | ice40: reduce ABC9 internal fanout warnings with a param for CI->I3 | Eddie Hung | 2020-01-24 | 1 | -3/+12 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | abc9: error out if flip-flop init is 1'b1 for '-dff' | Eddie Hung | 2020-01-22 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | abc9: fix scratchpad entry abc9.verify | Eddie Hung | 2020-01-22 | 1 | -4/+4 | |
| |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #1637 from YosysHQ/mwk/fix-1634 | Claire Wolf | 2020-01-21 | 1 | -9/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | fsm_detect: Add a cache to avoid excessive CPU usage for big mux networks. | Marcin KoĆcielnicki | 2020-01-14 | 1 | -9/+17 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |