aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* write_xaiger: fix for (* keep *) on flop outputEddie Hung2020-01-212-3/+18
|
* abc9: add some log_{push,pop}() as per @nakengelhardtEddie Hung2020-01-172-5/+19
|
* Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-153-3/+16
|\
| * Merge pull request #1639 from YosysHQ/eddie/fix_read_xaigerEddie Hung2020-01-152-2/+14
| |\ | | | | | | read_aiger: $lut prefix in front
| | * abc9: aAdd test to check $_NOT_s are absorbedEddie Hung2020-01-151-0/+12
| | |
| | * read_aiger: $lut prefix in frontEddie Hung2020-01-151-2/+2
| | |
| * | Merge pull request #1636 from YosysHQ/eddie/fix_synth_xilinx_WMiodrag Milanović2020-01-151-1/+1
| |\ \ | | |/ | |/| synth_xilinx: fix default W value for non-xc7
| | * synth_xilinx: fix default W value for non-xc7Eddie Hung2020-01-141-1/+1
| | |
* | | write_xaiger: skip abc9_flop only if abc_box_seq presentEddie Hung2020-01-151-1/+2
| | |
* | | write_xaiger: do not export flop inputs as POsEddie Hung2020-01-141-2/+6
| | |
* | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-141-25/+13
|\| |
| * | Merge pull request #1635 from YosysHQ/eddie/print_statsEddie Hung2020-01-141-25/+13
| |\ \ | | | | | | | | print_stats footer to return peak memory, option for including children
| | * | As before, only display MEM if Linux or FreeBSDEddie Hung2020-01-141-3/+7
| | | |
| | * | print_stats footer to return peak memory, option for including childrenEddie Hung2020-01-141-28/+12
| | |/
* | | abc9_ops: -reintegrate to not trim box padding anymoreEddie Hung2020-01-142-10/+1
| | |
* | | abc9_ops/write_xaiger: update docEddie Hung2020-01-142-1/+15
| | |
* | | abc9_ops: -prep_holes -> -prep_xaiger, move padding to write_xaigerEddie Hung2020-01-143-107/+79
| | |
* | | Adding (* techmap_autopurge *) to FD* in abc9_map.vEddie Hung2020-01-141-8/+8
| | |
* | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-1412-52/+88
|\| |
| * | Merge pull request #1633 from YosysHQ/eddie/fix_autonameEddie Hung2020-01-142-1/+20
| |\ \ | | | | | | | | autoname: do not rename ports
| | * | autoname: do not autoname portsEddie Hung2020-01-141-1/+1
| | | |
| | * | autoname: add testcase with $-prefix-ed portEddie Hung2020-01-141-0/+19
| | |/
| * | Merge pull request #1632 from YosysHQ/eddie/fix1630Eddie Hung2020-01-145-17/+23
| |\ \ | | | | | | | | read_aiger: uniquify wires with $aiger<autoidx> prefix
| | * | read_aiger: also rename "$0"Eddie Hung2020-01-141-2/+2
| | | |
| | * | read_aiger: uniquify wires with $aiger<autoidx> prefixEddie Hung2020-01-132-9/+13
| | | |
| | * | Add #1630 testcaseEddie Hung2020-01-132-0/+2
| | | |
| | * | read_aiger: make $and/$not/$lut the prefix not suffixEddie Hung2020-01-132-9/+9
| | |/
| * | Merge pull request #1623 from YosysHQ/mmicko/edif_attrMiodrag Milanović2020-01-145-35/+46
| |\ \ | | |/ | |/| Export wire properties in EDIF
| | * this one is fineMiodrag Milanovic2020-01-101-3/+3
| | |
| | * Fix testsMiodrag Milanovic2020-01-103-12/+11
| | |
| | * remove whitespaceMiodrag Milanovic2020-01-101-1/+1
| | |
| | * Use CARRY4 for abc1 as well, preventing issues with VivadoMiodrag Milanovic2020-01-101-1/+1
| | |
| | * Export wire properties as well in EDIFMiodrag Milanovic2020-01-101-26/+38
| | |
* | | abc9_ops: -break_scc -> -mark_scc using (* keep *), remove -unbreak_sccEddie Hung2020-01-132-46/+20
| | |
* | | abc9_ops: ignore inouts of all cell outputs for topo orderingEddie Hung2020-01-131-2/+6
| | |
* | | write_xaiger: fix case of PI and CI and (* keep *)Eddie Hung2020-01-131-0/+5
| | |
* | | abc9: break SCC by setting (* keep *) on output wiresEddie Hung2020-01-134-35/+23
| | |
* | | abc9: add -run optionEddie Hung2020-01-131-1/+14
| | |
* | | abc9: respect (* keep *) on cellsEddie Hung2020-01-133-61/+86
| | |
* | | write_xaiger: add support and test for (* keep *) on wiresEddie Hung2020-01-132-7/+30
| | |
* | | write_xaiger: cache arrival timesEddie Hung2020-01-131-11/+17
| | |
* | | abc9: log which module is being operated onEddie Hung2020-01-132-5/+3
| | |
* | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-139-91/+419
|\| |
| * | Merge pull request #1620 from YosysHQ/eddie/abc9_scratchpadEddie Hung2020-01-136-36/+147
| |\ \ | | | | | | | | abc9: add some scripts/options into "scratchpad"
| | * | Another conflictEddie Hung2020-01-111-1/+0
| | | |
| | * | MIssed this merge conflictEddie Hung2020-01-111-4/+0
| | | |
| | * | Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpadEddie Hung2020-01-115-86/+118
| | |\ \
| | * | | abc9: fix help message, found by @nakengelhardtEddie Hung2020-01-111-2/+2
| | | | |
| | * | | Copy-pastaEddie Hung2020-01-101-1/+1
| | | | |
| | * | | synth_xilinx: synth_xilinx.abc9.xc7.W to replace XC7_WIRE_DELAY macroEddie Hung2020-01-101-4/+11
| | | | |