aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* bugpoint: try to remove whole processes first.whitequark2020-12-071-4/+40
* bugpoint: accept quoted strings in -grep.whitequark2020-12-071-1/+4
* bugpoint: add -command option.whitequark2020-12-071-13/+21
* Add #include needed to build with gcc-11Gabriel Somlo2020-11-261-0/+1
* Merge pull request #2450 from nitz/sim-vcd-filenamewhitequark2020-11-251-1/+3
|\
| * Add rewrite_filename for sim -vcd argument.Chris Dailey2020-11-241-1/+3
* | Merge pull request #2428 from whitequark/check-processeswhitequark2020-11-241-22/+55
|\ \ | |/ |/|
| * check: add support for processes.whitequark2020-11-031-3/+38
| * check: reformat log/help text to match most other passeswhitequark2020-11-031-19/+17
* | Expose abc and data paths as globalsMiodrag Milanovic2020-11-062-29/+2
|/
* This patch adds support for defining the ABC location at runtime instead of a...Ethan Mahintorabi2020-10-281-1/+6
* Merge pull request #2403 from nakengelhardt/sim_timescaleN. Engelhardt2020-10-221-0/+21
|\
| * use strftime instead of put_time for gcc 4.8 compatibilityN. Engelhardt2020-10-211-4/+5
| * wild guessing at the problem because it builds fine on my machinesN. Engelhardt2020-10-161-0/+3
| * sim -vcd: add date, version, and option for timescaleN. Engelhardt2020-10-161-0/+17
* | memory_dff: Fix needlessly duplicating enable bits.Marcelina Kościelnicka2020-10-221-0/+8
* | sim: Use Mem helper.Marcelina Kościelnicka2020-10-211-103/+90
* | clk2fflogic: Use Mem helper.Marcelina Kościelnicka2020-10-211-68/+45
* | opt_mem: Use Mem helpers.Marcelina Kościelnicka2020-10-211-81/+6
* | memory_bram: Use Mem helpers.Marcelina Kościelnicka2020-10-211-121/+90
* | memory_map: Use Mem helpers.Marcelina Kościelnicka2020-10-211-138/+81
* | memory_unpack: Use Mem helpers.Marcelina Kościelnicka2020-10-211-106/+10
* | memory_collect: Use Mem helpers.Marcelina Kościelnicka2020-10-211-223/+9
* | memory_nordff: Use Mem helpers.Marcelina Kościelnicka2020-10-211-63/+9
|/
* opt_clean: Better memory handling.Marcelina Kościelnicka2020-10-081-8/+45
* Validate parameters only when they are usedMiodrag Milanovic2020-09-251-5/+7
* use the new isPublic() in a few placesN. Engelhardt2020-09-149-17/+17
* Merge pull request #2356 from whitequark/flatten-techmap-no-tpl_driven-sigmapwhitequark2020-08-272-9/+6
|\
| * flatten, techmap: don't canonicalize tpl driven bits via sigmap.whitequark2020-08-262-9/+6
* | Merge pull request #2358 from whitequark/rename-ilang-to-rtlilwhitequark2020-08-277-24/+24
|\ \
| * | Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-267-24/+24
| |/
* / dfflegalize: Fix decision tree for adffe.Marcelina Kościelnicka2020-08-271-1/+5
|/
* proc: Add -nomux switchPeder Bergebakken Sundt2020-08-201-1/+10
* Merge pull request #2344 from YosysHQ/mwk/opt_share-fixesclairexen2020-08-201-223/+138
|\
| * opt_share: Refactor, fix some bugs.Marcelina Kościelnicka2020-08-171-223/+138
* | Merge pull request #2337 from YosysHQ/mwk/clean-keep-wireclairexen2020-08-201-4/+9
|\ \
| * | opt_clean: Fix module keep rules.Marcelina Kościelnicka2020-08-091-4/+9
| |/
* | Merge pull request #2333 from YosysHQ/mwk/peepopt-shiftmul-signedclairexen2020-08-201-5/+1
|\ \
| * | peeopt.shiftmul: Add a signedness check.Marcelina Kościelnicka2020-08-051-5/+1
* | | Merge pull request #2328 from YosysHQ/mwk/opt_dff-cleanupclairexen2020-08-208-1468/+0
|\ \ \
| * | | Remove now-redundant dff2dffe pass.Marcelina Kościelnicka2020-08-072-415/+0
| * | | Remove now-redundant dff2dffs pass.Marcelina Kościelnicka2020-08-072-166/+0
| * | | peepopt: Remove now-redundant dffmux pattern.Marcelina Kościelnicka2020-08-073-175/+0
| * | | Remove now-redundant opt_rmdff pass.Marcelina Kościelnicka2020-08-072-712/+0
| | |/ | |/|
* | | Merge pull request #2327 from YosysHQ/mwk/techmap-constmap-fixclairexen2020-08-201-1/+22
|\ \ \
| * | | techmap.CONSTMAP: Handle outputs before inputs.Marcelina Kościelnicka2020-08-051-1/+22
| | |/ | |/|
* | | Merge pull request #2326 from YosysHQ/mwk/peeopt-muldiv-signclairexen2020-08-201-1/+4
|\ \ \
| * | | peepopt.muldiv: Add a signedness check.Marcelina Kościelnicka2020-08-041-1/+4
| |/ /
* | | Merge pull request #2319 from YosysHQ/mwk/techmap-celltype-patternclairexen2020-08-201-4/+32
|\ \ \
| * | | techmap: Add support for [] wildcards in techmap_celltype.Marcelina Kościelnicka2020-08-021-4/+32
| |/ /