Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2020-01-06 | 2 | -191/+281 | |
| |\| | ||||||
| | * | check scratchpad for arguments in abc pass too | N. Engelhardt | 2020-01-06 | 1 | -157/+214 | |
| | | | ||||||
| | * | 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 | 14 | -134/+1360 | |
| | |\ | | | | | | | | | | | | | 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 | 2 | -0/+4 | |
| | | | | ||||||
* | | | | 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 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 | |
| |\ \ \ | | | | | | | | | | | "abc -dff" to no longer retime by default | |||||
| | * | | | Revert "ABC to call retime all the time" | Eddie Hung | 2019-12-30 | 1 | -11/+15 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 9aa94370a54c016421740d2ce32ef0aa338d0dbd. | |||||
| * | | | | 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 | |
| | | | | | ||||||
| * | | | | Remove submod changes | Eddie Hung | 2019-12-30 | 1 | -99/+37 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-12-30 | 6 | -101/+1080 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| * | | | | Add "synth_xilinx -dff" option, cleanup abc9 | Eddie Hung | 2019-12-30 | 1 | -49/+19 | |
| | | | | |