aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
...
* Fix deadname SVN linksClaire Xenia Wolf2021-06-092-3/+3
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-0833-33/+33
* kernel/rtlil: Extract some helpers for checking memory cell types.Marcelina Kościelnicka2021-05-223-22/+5
* flatten: rewrite memid in memwr actions.whitequark2021-04-091-0/+3
* abc9: uniquify blackboxes like whiteboxes (#2695)Eddie Hung2021-03-291-10/+6
* abc9: fix SCC issues (#2694)Eddie Hung2021-03-292-28/+52
* Replace assert in abc9_ops with more useful error messageDan Ravensloft2021-03-071-1/+9
* Fixes command line for abc pass in -fast -sop modeRobert Baruch2021-02-161-1/+1
* Merge pull request #2529 from zachjs/unnamed-genblkwhitequark2021-02-041-23/+22
|\
| * verilog: significant block scoping improvementsZachary Snow2021-01-311-23/+22
* | Merge pull request #2564 from whitequark/flatten-improve-errorwhitequark2021-01-291-1/+1
|\ \
| * | flatten: clarify confusing error message.whitequark2021-01-261-1/+1
| |/
* | Merge pull request #2535 from Ravenslofty/scc-specifyClaire Xen2021-01-281-1/+1
|\ \ | |/ |/|
| * scc: Add -specify option to find loops in boxesDan Ravensloft2021-01-261-1/+1
* | Merge pull request #2549 from pgadfort/support-multiple-libswhitequark2021-01-251-15/+21
|\ \
| * | adding support for passing multiple liberty files to abcPeter Gadfort2021-01-181-15/+21
| |/
* / Fixed missing goto statement in passes/techmap/abc.ccTobias Faller2021-01-121-0/+1
|/
* Sign extend port connections where necessaryZachary Snow2020-12-181-1/+4
* 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 #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-272-7/+7
|\ \
| * | Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-262-7/+7
| |/
* / dfflegalize: Fix decision tree for adffe.Marcelina Kościelnicka2020-08-271-1/+5
|/
* Merge pull request #2328 from YosysHQ/mwk/opt_dff-cleanupclairexen2020-08-203-581/+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
* | 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 #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
| |/
* / Replace opt_rmdff with opt_dff.Marcelina Kościelnicka2020-08-071-1/+1
|/
* Add dffunmap pass.Marcelina Kościelnicka2020-07-312-0/+108
* techmap: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-41/+4
* shregmap: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-39/+10
* abc: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-25/+6
* dffinit: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-41/+7
* zinit: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-43/+11
* dfflegalize: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-80/+25
* techmap: Add _TECHMAP_CELLNAME_ special parameter.Marcelina Kościelnicka2020-07-211-0/+6
* dfflegalize: Gather init values from all wires.Marcelina Kościelnicka2020-07-121-1/+1
* dfflibmap: Refactor to use dfflegalize internally.Marcelina Kościelnicka2020-07-091-211/+78
* clkbufmap: improve input pad handling.Marcelina Kościelnicka2020-07-091-17/+39
* dfflegalize: Add special support for const-D latches.Marcelina Kościelnicka2020-07-091-0/+18
* dfflegalize: typo fixMarcelina Kościelnicka2020-07-071-1/+1
* Naming fixes.Marcelina Kościelnicka2020-07-052-2/+2
* dfflegalize: Prefer mapping dff to sdff before adffMarcelina Kościelnicka2020-07-051-1/+1
* abc9: only techmap (* abc9_flop *) modulesEddie Hung2020-07-041-1/+1
* abc9: techmap from user design to allow abc9_flop modules to be composedEddie Hung2020-07-041-1/+1