aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3624 from jix/sim_ywMiodrag Milanović2023-01-232-2/+11
|\
| * xprop, setundef: Mark xprop decoding bwmuxes, exclude them from setundefJannis Harder2023-01-112-2/+11
* | Merge pull request #3629 from YosysHQ/micko/clang_fixesMiodrag Milanović2023-01-232-1/+5
|\ \
| * | Fixes for some of clang scan-build detected issuesMiodrag Milanovic2023-01-172-1/+5
| |/
* | show: Remove left-in debug log_warninggatecat2023-01-231-1/+0
* | Improve splitcells passClaire Xenia Wolf2023-01-181-52/+120
|/
* Merge pull request #3605 from gadfort/stat-json-areaN. Engelhardt2023-01-111-0/+3
|\
| * stat: ensure area is included in json outputPeter Gadfort2022-12-291-0/+3
* | Merge branch 'master' into claire/eqystuffClaire Xen2023-01-112-8/+8
|\ \
| * \ Merge pull request #3537 from jix/xpropJannis Harder2023-01-112-0/+1199
| |\ \
| * | | Deprecate gcc-4.8Miodrag Milanovic2023-01-112-8/+8
| | |/ | |/|
* | | Merge branch 'master' of github.com:YosysHQ/yosys into claire/eqystuffClaire Xenia Wolf2023-01-112-2/+15
|\| |
| * | 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
* | | xprop: Improve signal splitting codeJannis Harder2022-12-121-14/+10
* | | Improvements in "viz" passClaire Xenia Wolf2022-12-091-24/+100
* | | Merge branch 'claire/eqystuff' of github.com:YosysHQ/yosys into claire/eqystuffClaire Xenia Wolf2022-12-081-0/+39
|\ \ \
| * | | xprop: Add -split-public optionJannis Harder2022-12-081-0/+39
* | | | Improvements in "viz" commandClaire Xenia Wolf2022-12-071-17/+51
|/ / /
* | | Improvements in "viz" passClaire Xenia Wolf2022-12-071-313/+453
* | | Various improvements in "viz" commandClaire Xenia Wolf2022-12-061-72/+242
* | | Bugfix in splitcells passClaire Xenia Wolf2022-12-061-5/+13
* | | Improvements in "viz" commandClaire Xenia Wolf2022-12-041-45/+196
* | | Add "viz" pass for visualizing big-picture data flow in larger designsClaire Xenia Wolf2022-12-042-0/+511
* | | Add splitcells passClaire Xenia Wolf2022-12-042-0/+192
| |/ |/|
* | New xprop pass to encode 3-valued x-propagation using 2-valued logicJannis Harder2022-11-302-0/+1199
|/
* 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