Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import tests from #1628 | Eddie Hung | 2020-01-27 | 3 | -2/+104 |
| | |||||
* | xilinx/ice40/ecp5: undo permuting LUT masks in lut_map | Eddie Hung | 2020-01-27 | 4 | -148/+102 |
| | | | | Now done in read_aiger | ||||
* | Merge pull request #1619 from YosysHQ/eddie/abc9_refactor | Eddie Hung | 2020-01-27 | 11 | -1397/+1820 |
|\ | | | | | Refactor `abc9` pass | ||||
| * | abc9_ops: add comments | Eddie Hung | 2020-01-27 | 1 | -1/+13 |
| | | |||||
| * | read_aiger: set abc9_box_seq attr | Eddie Hung | 2020-01-24 | 1 | -0/+1 |
| | | |||||
| * | abc9: -reintegrate recover type from existing cell, check against boxid | Eddie Hung | 2020-01-23 | 1 | -30/+19 |
| | | |||||
| * | simple_abc9 tests to discard whitebox before write for sim | Eddie Hung | 2020-01-23 | 2 | -2/+3 |
| | | |||||
| * | abc9: warning message if no modules selected | Eddie Hung | 2020-01-23 | 1 | -0/+6 |
| | | |||||
| * | Test for (* keep *)-ed abc9_box_id | Eddie Hung | 2020-01-23 | 1 | -0/+16 |
| | | |||||
| * | abc9_ops: -prep_xaiger to skip (* keep *) cells | Eddie Hung | 2020-01-23 | 1 | -0/+2 |
| | | |||||
| * | abc_box_id -> abc9_box_id in test | Eddie Hung | 2020-01-23 | 1 | -1/+1 |
| | | |||||
| * | abc9_ops -prep_dff: insert async s/r mux in holes when replacing $_DFF_* | Eddie Hung | 2020-01-23 | 1 | -31/+37 |
| | | |||||
| * | alumacc: undo accidental commit | Eddie Hung | 2020-01-22 | 1 | -14/+5 |
| | | |||||
| * | Fix $__ABC9_ASYNC1 to output 1'b1 not 1'b0 | Eddie Hung | 2020-01-22 | 1 | -1/+1 |
| | | |||||
| * | read_aiger: also parse abc9_mergeability | Eddie Hung | 2020-01-22 | 2 | -2/+6 |
| | | |||||
| * | Merge remote-tracking branch 'origin/eddie/abc9_fixes' into eddie/abc9_refactor | Eddie Hung | 2020-01-22 | 2 | -4/+6 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2020-01-21 | 16 | -156/+365 |
| |\ \ | |||||
| * | | | read_aiger: discard LUT inputs with nodeID == 0; not < 2 | Eddie Hung | 2020-01-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | read_aiger: ignore constant inputs on LUTs | Eddie Hung | 2020-01-21 | 1 | -3/+7 |
| | | | | |||||
| * | | | write_xaiger: fix for (* keep *) on flop output | Eddie Hung | 2020-01-21 | 2 | -3/+18 |
| | | | | |||||
| * | | | abc9: add some log_{push,pop}() as per @nakengelhardt | Eddie Hung | 2020-01-17 | 2 | -5/+19 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2020-01-15 | 3 | -3/+16 |
| |\ \ \ | |||||
| * | | | | write_xaiger: skip abc9_flop only if abc_box_seq present | Eddie Hung | 2020-01-15 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | write_xaiger: do not export flop inputs as POs | Eddie Hung | 2020-01-14 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2020-01-14 | 1 | -25/+13 |
| |\ \ \ \ | |||||
| * | | | | | abc9_ops: -reintegrate to not trim box padding anymore | Eddie Hung | 2020-01-14 | 2 | -10/+1 |
| | | | | | | |||||
| * | | | | | abc9_ops/write_xaiger: update doc | Eddie Hung | 2020-01-14 | 2 | -1/+15 |
| | | | | | | |||||
| * | | | | | 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 |
| |\ \ \ \ \ | |||||
| * | | | | | | 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 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | cleanup | Eddie Hung | 2020-01-11 | 2 | -3/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2020-01-11 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor | Eddie Hung | 2020-01-11 | 10 | -116/+170 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'eddie/abc9_refactor' of github.com:YosysHQ/yosys into ↵ | Eddie Hung | 2020-01-11 | 4 | -109/+92 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eddie/abc9_refactor | ||||
| | * | | | | | | | | | abc9: cleanup | Eddie Hung | 2020-01-11 | 3 | -45/+38 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | abc9_ops: fix reintegration by removing optimised-away boxes | Eddie Hung | 2020-01-09 | 1 | -56/+50 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | read_aiger: more accurate debug message | Eddie Hung | 2020-01-09 | 1 | -2/+4 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | read_aiger: do not double-count outputs for flops | Eddie Hung | 2020-01-09 | 1 | -6/+0 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Cleanup | Eddie Hung | 2020-01-08 | 1 | -5/+3 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Fix abc9 help, add labels | Eddie Hung | 2020-01-08 | 1 | -58/+71 |
| | | | | | | | | | |