aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* stat: Fix JSON output for empty designsJannis Harder2022-12-021-2/+2
* tee: Allow logging command output to a given scratchpad valueJannis Harder2022-12-021-0/+13
* Rst docs conversion (#3496)KrystalDelusion2022-11-151-0/+2
* remove extra space in formatingKamyar Mohajerani2022-09-221-2/+2
* stat: add tech tech-specific utilizations to jsonKamyar Mohajerani2022-09-221-65/+91
* Merge pull request #3449 from YosysHQ/aki/show_pathrwN. Engelhardt2022-08-251-0/+1
|\
| * yosys: passes: cmds: show: added filename re-writing to `show -lib`Aki Van Ness2022-08-221-0/+1
* | Fitting help messages to 80 character widthKrystalDelusion2022-08-247-48/+54
|/
* rename: Add -witness modeJannis Harder2022-08-161-0/+81
* setundef: Do not add anyseq / anyconst to unused memory port clocksJannis Harder2022-08-161-0/+24
* Add the $anyinit cell and the formalff passJannis Harder2022-08-161-0/+1
* Merge pull request #3425 from YosysHQ/lofty/stat-jsonN. Engelhardt2022-08-111-38/+109
|\
| * stat: add option for machine-readable json outputLofty2022-08-111-38/+109
* | rename: add -scramble-name option to randomly rename selectionsLofty2022-08-081-0/+56
|/
* Merge pull request #3196 from bfg86/bfg86/renameN. Engelhardt2022-06-131-4/+13
|\
| * Updating help-text with nakengelhardts suggestion.bfg862022-06-131-2/+2
| * Add -suffix option to rename -wire.bfg862022-02-111-4/+13
* | Merge pull request #3349 from nakengelhardt/select_count_scratchpadN. Engelhardt2022-06-092-0/+12
|\ \
| * | also make 'stat' save counts to scratchpadN. Engelhardt2022-06-011-0/+9
| * | have 'select -count' save the count to scratchpad entry 'select.count'N. Engelhardt2022-06-011-0/+3
* | | sta: warn on unrecognised cells only onceLofty2022-06-081-1/+4
* | | Fix preventing show crashing with newer graphvizMiodrag Milanovic2022-06-031-1/+6
|/ /
* | select: Fix -assert-none and -assert-any error output and docsJannis Harder2022-05-191-8/+10
* | show: Fix width labels.Marcelina Kościelnicka2022-04-041-23/+18
* | Merge pull request #2019 from boqwxp/gliftClaire Xen2022-02-112-0/+600
|\ \
| * | glift: Use ID() rather than string literals.Alberto Gonzalez2020-07-011-11/+11
| * | glift: Use worker pattern.Alberto Gonzalez2020-07-011-80/+75
| * | glift: Add support for $_NAND_ and $_NOR_ cells.Alberto Gonzalez2020-07-011-8/+11
| * | glift: Add support for $_MUX_ and $_NMUX_ cells.Alberto Gonzalez2020-07-011-1/+34
| * | glift: Add support for $_XOR_ and $_XNOR_ cells.Alberto Gonzalez2020-07-011-15/+79
| * | glift: Add initial hierarchy support.Alberto Gonzalez2020-07-011-12/+59
| * | glift: Replace `YS_OVERRIDE` with `override`.Alberto Gonzalez2020-07-011-2/+2
| * | glift: Add `-simple-cost-model` optionAlberto Gonzalez2020-07-011-20/+45
| * | glift: Add `-instrument-more` option to add 4 more versions of taint tracking...Alberto Gonzalez2020-07-011-44/+124
| * | glift: Change command names to better represent their functions.Alberto Gonzalez2020-07-011-22/+22
| * | glift: Add `-create-imprecise` command, rename other commands, and re-work th...Alberto Gonzalez2020-07-011-28/+54
| * | glift: Add replacement scoring and area minimization option.Alberto Gonzalez2020-07-011-3/+56
| * | glift: Remove outputs by default; add `-keep-outputs` option; properly reset ...Alberto Gonzalez2020-07-011-12/+43
| * | glift: Initial implementation of the `-sketchify` option.Alberto Gonzalez2020-07-011-50/+71
| * | glift: Initial implementation of GLIFT model construction.Alberto Gonzalez2020-07-011-2/+173
| * | glift: Add skeleton for `glift` command.Alberto Gonzalez2020-07-012-0/+51
* | | Add $bmux and $demux cells.Marcelina Kościelnicka2022-01-282-1/+5
| |/ |/|
* | bugpoint: avoid infinite loop between -connections and -wires.Catherine2021-12-151-1/+1
* | Add clean_zerowidth pass, use it for Verilog output.Marcelina Kościelnicka2021-12-122-1/+212
* | sta: very crude static timing analysis passLofty2021-11-252-0/+313
* | show: Fix wire bit indexing.Marcelina Kościelnicka2021-11-121-3/+16
* | Hook up $aldff support in various passes.Marcelina Kościelnicka2021-10-021-1/+1
* | logger: Add -check-expected subcommand.Marcelina Kościelnicka2021-08-121-0/+9
* | Add v2 memory cells.Marcelina Kościelnicka2021-08-111-1/+1
* | rtlil: Make Process handling more uniform with Cell and Wire.Marcelina Kościelnicka2021-07-122-11/+8