aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add new logger passMiodrag Milanovic2020-02-132-0/+142
* | | | | Closes #1714. Fix make failure when NDEBUG=1.Alberto Gonzalez2020-02-221-2/+0
* | | | | Merge pull request #1703 from YosysHQ/eddie/specify_improveEddie Hung2020-02-211-9/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | clean: ignore specify-s inside cells when determining whether to keepEddie Hung2020-02-191-9/+15
| |/ / /
* | | | show: Add -nobg argument.Tim 'mithro' Ansell2020-02-151-6/+13
* | | | Revert "abc9: fix abc9_arrival for flops"Eddie Hung2020-02-141-31/+2
* | | | Merge pull request #1700 from YosysHQ/eddie/abc9_fixesEddie Hung2020-02-131-15/+33
|\ \ \ \
| * | | | abc9: fix abc9_arrival for flopsEddie Hung2020-02-131-2/+31
| * | | | abc9: deprecate abc9_ff.init wire for (* abc9_init *) attrEddie Hung2020-02-131-13/+2
| |/ / /
* | | | iopadmap: fixes as suggested by @mwkmwkmwkEddie Hung2020-02-131-19/+11
* | | | iopadmap: move \init attributes from outpad output to its inputEddie Hung2020-02-131-3/+20
|/ / /
* | | abc9: cleanupEddie Hung2020-02-101-1/+1
* | | Fix misc.abc9.abc9_abc9_lutsEddie Hung2020-02-071-1/+1
* | | Merge pull request #1576 from YosysHQ/eddie/opt_merge_initEddie Hung2020-02-051-1/+16
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into eddie/opt_merge_initEddie Hung2020-01-2829-1488/+3392
| |\ \ \
| * | | | Add $_FF_ and $_SR* courtesy of @mwkmwkmwkEddie Hung2019-12-201-4/+6
| * | | | More stringent check for flop cellsEddie Hung2019-12-201-2/+4
| * | | | opt_merge to discard \init of '$' cells with 'Q' port when mergingEddie Hung2019-12-131-0/+11
* | | | | abc9_ops: -reintegrate to use derived_type for box_portsEddie Hung2020-02-051-1/+1
* | | | | Merge pull request #1638 from YosysHQ/eddie/fix1631Eddie Hung2020-02-051-6/+77
|\ \ \ \ \
| * | | | | clk2fflogic: work for bit-level $_DFF_* and $_DFFSR_*Eddie Hung2020-01-151-6/+77
* | | | | | Merge pull request #1661 from YosysHQ/eddie/abc9_requiredEddie Hung2020-02-053-77/+383
|\ \ \ \ \ \
| * | | | | | abc9_ops: -check for negative arrival/required timesEddie Hung2020-01-271-4/+22
| * | | | | | Merge branch 'eddie/abc9_refactor' into eddie/abc9_requiredEddie Hung2020-01-279-107/+361
| |\ \ \ \ \ \
| * | | | | | | 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: 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
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-123-131/+121
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | log_debug() for abc9_{arrival,required} timesEddie Hung2020-01-101-1/+7
| * | | | | | | | | | abc9_ops -prep_times: generate flop boxes from abc9_required attrEddie Hung2020-01-101-17/+67
| * | | | | | | | | | abc9_ops -prep_times: update commentEddie Hung2020-01-101-3/+4
| * | | | | | | | | | Add abc9_ops -check, -prep_times, -write_box for required timesEddie Hung2020-01-102-75/+251
| * | | | | | | | | | abc9_exe: -box to not require -lutEddie Hung2020-01-091-9/+4
* | | | | | | | | | | Add opt_lut_ins pass. (#1673)Marcelina Koƛcielnicka2020-02-032-0/+279
* | | | | | | | | | | sv: Improve handling of wildcard port connectionsDavid Shah2020-02-021-3/+3
* | | | | | | | | | | hierarchy: Correct handling of wildcard port connections with default valuesDavid Shah2020-02-021-7/+14
* | | | | | | | | | | hierarchy: Resolve SV wildcard port connectionsDavid Shah2020-02-021-3/+62
* | | | | | | | | | | Merge pull request #1657 from YosysHQ/dave/xilinx-dsp-multonlyDavid Shah2020-02-021-0/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | xilinx_dsp: Add multonly scratchpad var to bypassDavid Shah2020-02-011-0/+7
* | | | | | | | | | | abc9: restore ability to use ABCEXTERNALGabriel Somlo2020-01-301-0/+1
* | | | | | | | | | | Merge branch 'vector_fix' of https://github.com/Kmanfi/yosysClaire Wolf2020-01-291-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix input vector for reduce cells. Infinite loop fixed.Kaj Tuomi2017-10-171-0/+2