aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add and use SigSpec::reverse()Eddie Hung2020-01-282-3/+5
* Fix $lut input ordering -- SigSpec(std::initializer_list<>) is backwardsEddie Hung2020-01-272-2/+2
* Import tests from #1628Eddie Hung2020-01-273-2/+104
* xilinx/ice40/ecp5: undo permuting LUT masks in lut_mapEddie Hung2020-01-274-148/+102
* Merge pull request #1619 from YosysHQ/eddie/abc9_refactorEddie Hung2020-01-2711-1397/+1820
|\
| * abc9_ops: add commentsEddie Hung2020-01-271-1/+13
| * read_aiger: set abc9_box_seq attrEddie Hung2020-01-241-0/+1
| * abc9: -reintegrate recover type from existing cell, check against boxidEddie Hung2020-01-231-30/+19
| * simple_abc9 tests to discard whitebox before write for simEddie Hung2020-01-232-2/+3
| * abc9: warning message if no modules selectedEddie Hung2020-01-231-0/+6
| * Test for (* keep *)-ed abc9_box_idEddie Hung2020-01-231-0/+16
| * abc9_ops: -prep_xaiger to skip (* keep *) cellsEddie Hung2020-01-231-0/+2
| * abc_box_id -> abc9_box_id in testEddie Hung2020-01-231-1/+1
| * abc9_ops -prep_dff: insert async s/r mux in holes when replacing $_DFF_*Eddie Hung2020-01-231-31/+37
| * alumacc: undo accidental commitEddie Hung2020-01-221-14/+5
| * Fix $__ABC9_ASYNC1 to output 1'b1 not 1'b0Eddie Hung2020-01-221-1/+1
| * read_aiger: also parse abc9_mergeabilityEddie Hung2020-01-222-2/+6
| * Merge remote-tracking branch 'origin/eddie/abc9_fixes' into eddie/abc9_refactorEddie Hung2020-01-222-4/+6
| |\
| * \ Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-2116-156/+365
| |\ \
| * | | read_aiger: discard LUT inputs with nodeID == 0; not < 2Eddie Hung2020-01-211-1/+1
| * | | read_aiger: ignore constant inputs on LUTsEddie Hung2020-01-211-3/+7
| * | | 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
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | cleanupEddie Hung2020-01-112-3/+1
| * | | | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-110-0/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-1110-116/+170
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'eddie/abc9_refactor' of github.com:YosysHQ/yosys into eddie/abc...Eddie Hung2020-01-114-109/+92
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | abc9: cleanupEddie Hung2020-01-113-45/+38
| | * | | | | | | | | abc9_ops: fix reintegration by removing optimised-away boxesEddie Hung2020-01-091-56/+50
| | * | | | | | | | | read_aiger: more accurate debug messageEddie Hung2020-01-091-2/+4
| | * | | | | | | | | read_aiger: do not double-count outputs for flopsEddie Hung2020-01-091-6/+0