Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abc9_ops: -prep_holes -> -prep_xaiger, move padding to write_xaiger | Eddie Hung | 2020-01-14 | 3 | -107/+79 |
| | |||||
* | Adding (* techmap_autopurge *) to FD* in abc9_map.v | Eddie Hung | 2020-01-14 | 1 | -8/+8 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2020-01-14 | 12 | -52/+88 |
|\ | |||||
| * | Merge pull request #1633 from YosysHQ/eddie/fix_autoname | Eddie Hung | 2020-01-14 | 2 | -1/+20 |
| |\ | | | | | | | autoname: do not rename ports | ||||
| | * | autoname: do not autoname ports | Eddie Hung | 2020-01-14 | 1 | -1/+1 |
| | | | |||||
| | * | autoname: add testcase with $-prefix-ed port | Eddie Hung | 2020-01-14 | 1 | -0/+19 |
| | | | |||||
| * | | Merge pull request #1632 from YosysHQ/eddie/fix1630 | Eddie Hung | 2020-01-14 | 5 | -17/+23 |
| |\ \ | | | | | | | | | read_aiger: uniquify wires with $aiger<autoidx> prefix | ||||
| | * | | read_aiger: also rename "$0" | Eddie Hung | 2020-01-14 | 1 | -2/+2 |
| | | | | |||||
| | * | | read_aiger: uniquify wires with $aiger<autoidx> prefix | Eddie Hung | 2020-01-13 | 2 | -9/+13 |
| | | | | |||||
| | * | | Add #1630 testcase | Eddie Hung | 2020-01-13 | 2 | -0/+2 |
| | | | | |||||
| | * | | read_aiger: make $and/$not/$lut the prefix not suffix | Eddie Hung | 2020-01-13 | 2 | -9/+9 |
| | |/ | |||||
| * | | Merge pull request #1623 from YosysHQ/mmicko/edif_attr | Miodrag Milanović | 2020-01-14 | 5 | -35/+46 |
| |\ \ | | |/ | |/| | Export wire properties in EDIF | ||||
| | * | this one is fine | Miodrag Milanovic | 2020-01-10 | 1 | -3/+3 |
| | | | |||||
| | * | Fix tests | Miodrag Milanovic | 2020-01-10 | 3 | -12/+11 |
| | | | |||||
| | * | remove whitespace | Miodrag Milanovic | 2020-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | Use CARRY4 for abc1 as well, preventing issues with Vivado | Miodrag Milanovic | 2020-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | Export wire properties as well in EDIF | Miodrag Milanovic | 2020-01-10 | 1 | -26/+38 |
| | | | |||||
* | | | abc9_ops: -break_scc -> -mark_scc using (* keep *), remove -unbreak_scc | Eddie Hung | 2020-01-13 | 2 | -46/+20 |
| | | | |||||
* | | | abc9_ops: ignore inouts of all cell outputs for topo ordering | Eddie Hung | 2020-01-13 | 1 | -2/+6 |
| | | | |||||
* | | | write_xaiger: fix case of PI and CI and (* keep *) | Eddie Hung | 2020-01-13 | 1 | -0/+5 |
| | | | |||||
* | | | abc9: break SCC by setting (* keep *) on output wires | Eddie Hung | 2020-01-13 | 4 | -35/+23 |
| | | | |||||
* | | | abc9: add -run option | Eddie Hung | 2020-01-13 | 1 | -1/+14 |
| | | | |||||
* | | | abc9: respect (* keep *) on cells | Eddie Hung | 2020-01-13 | 3 | -61/+86 |
| | | | |||||
* | | | write_xaiger: add support and test for (* keep *) on wires | Eddie Hung | 2020-01-13 | 2 | -7/+30 |
| | | | |||||
* | | | write_xaiger: cache arrival times | Eddie Hung | 2020-01-13 | 1 | -11/+17 |
| | | | |||||
* | | | abc9: log which module is being operated on | Eddie Hung | 2020-01-13 | 2 | -5/+3 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2020-01-13 | 9 | -91/+419 |
|\| | | |||||
| * | | Merge pull request #1620 from YosysHQ/eddie/abc9_scratchpad | Eddie Hung | 2020-01-13 | 6 | -36/+147 |
| |\ \ | | | | | | | | | abc9: add some scripts/options into "scratchpad" | ||||
| | * | | Another conflict | Eddie Hung | 2020-01-11 | 1 | -1/+0 |
| | | | | |||||
| | * | | MIssed this merge conflict | Eddie Hung | 2020-01-11 | 1 | -4/+0 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpad | Eddie Hung | 2020-01-11 | 5 | -86/+118 |
| | |\ \ | |||||
| | * | | | abc9: fix help message, found by @nakengelhardt | Eddie Hung | 2020-01-11 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Copy-pasta | Eddie Hung | 2020-01-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | synth_xilinx: synth_xilinx.abc9.xc7.W to replace XC7_WIRE_DELAY macro | Eddie Hung | 2020-01-10 | 1 | -4/+11 |
| | | | | | |||||
| | * | | | abc9: add abc9.verify and abc9.debug options | Eddie Hung | 2020-01-10 | 1 | -1/+13 |
| | | | | | |||||
| | * | | | abc9: fix typos | Eddie Hung | 2020-01-10 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Add abc9 sanity test | Eddie Hung | 2020-01-09 | 1 | -0/+40 |
| | | | | | |||||
| | * | | | Tune abc9.script.flow | Eddie Hung | 2020-01-09 | 1 | -6/+14 |
| | | | | | |||||
| | * | | | Add '-v' to &if for abc9.script.default.fast | Eddie Hung | 2020-01-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | abc9: start post-fix with semicolon | Eddie Hung | 2020-01-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | abc9.script.* constpad entries to start with '+' | Eddie Hung | 2020-01-09 | 1 | -8/+8 |
| | | | | | |||||
| | * | | | Revert "abc9: if -script value is a file, then source it, otherwise commands" | Eddie Hung | 2020-01-09 | 1 | -16/+11 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 0696b7bc9e4bd86eadd0e0b92696392cc5dc6172. | ||||
| | * | | | Move abc9.* constpad entries to Abc9Pass::on_register() | Eddie Hung | 2020-01-09 | 2 | -35/+37 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'origin/clifford/onpassreg' into ↵ | Eddie Hung | 2020-01-09 | 3 | -1/+20 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | eddie/abc9_scratchpad | ||||
| | * | | | | Add abc9.if.script.flow{,2} to constpad | Eddie Hung | 2020-01-08 | 1 | -6/+32 |
| | | | | | | |||||
| | * | | | | scratchpad entry abc9.if.R to &if -R | Eddie Hung | 2020-01-08 | 1 | -0/+6 |
| | | | | | | |||||
| | * | | | | abc9: if -script value is a file, then source it, otherwise commands | Eddie Hung | 2020-01-08 | 1 | -11/+16 |
| | | | | | | |||||
| | * | | | | abc9: add time as last script command | Eddie Hung | 2020-01-08 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Fix {C} substitution | Eddie Hung | 2020-01-08 | 1 | -1/+4 |
| | | | | | | |||||
| | * | | | | Add RTLIL::constpad, init by yosys_setup(); use for abc9 | Eddie Hung | 2020-01-08 | 5 | -32/+39 |
| | | | | | |