aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'eddie/abc9_refactor' into eddie/abc9_requiredEddie Hung2020-01-279-107/+361
|\
| * abc9_ops: add commentsEddie Hung2020-01-271-1/+13
| * abc9: -reintegrate recover type from existing cell, check against boxidEddie Hung2020-01-231-30/+19
| * abc9: warning message if no modules selectedEddie Hung2020-01-231-0/+6
| * abc9_ops: -prep_xaiger to skip (* keep *) cellsEddie Hung2020-01-231-0/+2
| * 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
| * Merge remote-tracking branch 'origin/eddie/abc9_fixes' into eddie/abc9_refactorEddie Hung2020-01-222-4/+6
| |\
| | * abc9: error out if flip-flop init is 1'b1 for '-dff'Eddie Hung2020-01-221-0/+2
| | * abc9: fix scratchpad entry abc9.verifyEddie Hung2020-01-221-4/+4
| * | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-216-28/+241
| |\|
| | * Merge pull request #1637 from YosysHQ/mwk/fix-1634Claire Wolf2020-01-211-9/+17
| | |\
| | | * fsm_detect: Add a cache to avoid excessive CPU usage for big mux networks.Marcin Koƛcielnicki2020-01-141-9/+17
| | * | Merge pull request #1621 from YosysHQ/clifford/fminitClaire Wolf2020-01-202-0/+198
| | |\ \
| | | * | Add fminit passClifford Wolf2020-01-092-0/+198
| | * | | xilinx_dsp: another typo; move xilinx specific testEddie Hung2020-01-171-1/+1
| | * | | ice40_dsp: fix typoEddie Hung2020-01-171-2/+2
| | * | | ConsistencyEddie Hung2020-01-172-4/+6
| | * | | xilinx_dsp: add parameter defaultsEddie Hung2020-01-171-7/+7
| | * | | ice40_dsp: add default values for parametersEddie Hung2020-01-172-11/+11
| | * | | ice40_dsp: tolerant of fanout-less outputs, as well as all-zero inputsEddie Hung2020-01-171-0/+5
| | | |/ | | |/|
| * | | abc9: add some log_{push,pop}() as per @nakengelhardtEddie Hung2020-01-172-5/+19
* | | | abc9_ops: -write_box is empty, output a dummy box to prevent ABC errorEddie Hung2020-01-152-2/+4
* | | | abc9_ops: cope with (* abc9_flop *) in place of (* abc9_box_id *)Eddie Hung2020-01-141-2/+2
* | | | abc9_ops: -check to check abc9_{arrival,required}Eddie Hung2020-01-141-3/+30
* | | | abc9_ops: implement a requireds_cacheEddie Hung2020-01-141-26/+34
* | | | abc9_ops: generate flop box ids, add abc9_required to FD* cellsEddie Hung2020-01-141-65/+56
* | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-141-9/+0
|\| | |
| * | | abc9_ops: -reintegrate to not trim box padding anymoreEddie Hung2020-01-141-9/+0
* | | | abc9_ops: fix -reintegrate handling of $__ABC9_DELAYEddie Hung2020-01-141-2/+3
* | | | abc9_ops: -prep_times -> -prep_delays; add docEddie Hung2020-01-142-11/+23
* | | | abc9_ops: cleanupEddie Hung2020-01-141-14/+5
* | | | abc9_ops: discard $__ABC9_DELAY boxesEddie Hung2020-01-141-7/+2
* | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-145-249/+277
|\| | |
| * | | abc9_ops/write_xaiger: update docEddie Hung2020-01-141-0/+13
| * | | abc9_ops: -prep_holes -> -prep_xaiger, move padding to write_xaigerEddie Hung2020-01-142-104/+73
| * | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-142-4/+4
| |\| |
| | * | Merge pull request #1633 from YosysHQ/eddie/fix_autonameEddie Hung2020-01-141-1/+1
| | |\ \
| | | * | autoname: do not autoname portsEddie Hung2020-01-141-1/+1
| | * | | read_aiger: make $and/$not/$lut the prefix not suffixEddie Hung2020-01-131-4/+4
| | |/ /
| * | | 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
| * | | abc9: break SCC by setting (* keep *) on output wiresEddie Hung2020-01-132-26/+5
| * | | abc9: add -run optionEddie Hung2020-01-131-1/+14
| * | | abc9: respect (* keep *) on cellsEddie Hung2020-01-131-0/+2
| * | | 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-133-77/+138
| |\| |
| | * | MIssed this merge conflictEddie Hung2020-01-111-4/+0
| | * | Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpadEddie Hung2020-01-111-12/+4
| | |\ \
| | * | | abc9: fix help message, found by @nakengelhardtEddie Hung2020-01-111-2/+2