aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'claire/eqystuff' of github.com:YosysHQ/yosys into claire/eqystuffClaire Xenia Wolf2022-12-211-14/+10
|\ \ \ \
| * | | | xprop: Improve signal splitting codeJannis Harder2022-12-121-14/+10
* | | | | Allow non-unique modules without state in sim writeback-modeClaire Xenia Wolf2022-12-211-4/+5
* | | | | Small bugfix in uniquify passClaire Xenia Wolf2022-12-211-0/+1
|/ / / /
* | | | Improvements in "viz" passClaire Xenia Wolf2022-12-091-24/+100
* | | | Add gold-x handing to miter cross port handlingClaire Xenia Wolf2022-12-081-1/+9
* | | | 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
* | | | Merge branch 'xprop' of github.com:jix/yosys into claire/eqystuffClaire Xenia Wolf2022-12-0110-35/+1508
|\ \ \ \ | | |/ / | |/| |
| * | | miter: Add -make_cover option to cover each output pair differenceJannis Harder2022-11-301-0/+14
| * | | formalff: Fix -ff2anyinit assertion error for fine FFsJannis Harder2022-11-301-0/+2
| * | | New xprop pass to encode 3-valued x-propagation using 2-valued logicJannis Harder2022-11-302-0/+1199
| * | | sim: Improved global clock handlingJannis Harder2022-11-301-13/+14
| * | | opt_expr: Optimizations for `$bweqx` and `$bwmux`Jannis Harder2022-11-301-0/+63
| * | | Add bwmuxmap passJannis Harder2022-11-302-0/+71
| * | | Add bitwise `$bweqx` and `$bwmux` cellsJannis Harder2022-11-302-6/+29
| * | | opt_expr: Fix shift/shiftx optimizationsJannis Harder2022-11-301-3/+3
| * | | opt_expr: Constant fold mux, pmux, bmux, demux, eqx, nex cellsJannis Harder2022-11-291-0/+33
| * | | opt_expr: Optimize bitwise logic ops with one fully const inputJannis Harder2022-11-291-0/+81
| * | | simplemap: Map `$xnor` to `$_XNOR_` cellsJannis Harder2022-11-291-15/+1
| |/ /
* / / Add insbuf -chain modeClaire Xenia Wolf2022-12-011-2/+38
|/ /
* | sat: Add -set-def-formal option to force defined $any* outputsJannis Harder2022-11-281-6/+22
* | Support importing verilog configurations using VerificMiodrag Milanovic2022-11-251-1/+1
* | mention prerequisites in fsm_detect and fsm helpN. Engelhardt2022-11-212-0/+18
* | Rst docs conversion (#3496)KrystalDelusion2022-11-152-1/+3
* | sim: Run a comb-only update step to set past values during FST cosimJannis Harder2022-11-071-12/+11
* | Add extra time at the end of a sat VCD traceClaire Xenia Wolf2022-11-011-0/+1
* | Add miter -cross optionClaire Xenia Wolf2022-10-241-4/+32
* | Consistent $mux undef handlingJannis Harder2022-10-241-1/+1
* | Add "check -assert" to equiv_optClaire Xenia Wolf2022-10-071-1/+13
* | Exclude primary inputs from quiv_make rewiringClaire Xenia Wolf2022-10-071-0/+7
* | Revert "Merge pull request #641 from tklam/master"Claire Xenia Wolf2022-10-071-81/+5
* | clk2fflogic: Always correctly handle simultaneously changing signalsJannis Harder2022-10-071-103/+87
* | mutate: warn if less mutations possible than number requestedN. Engelhardt2022-10-051-0/+2
* | Merge pull request #3486 from daglem/fix-flowmap-crashMiodrag Milanović2022-09-231-1/+2
|\ \
| * | Fix crash in flowmapDag Lem2022-09-201-1/+2
* | | remove extra space in formatingKamyar Mohajerani2022-09-221-2/+2
* | | stat: add tech tech-specific utilizations to jsonKamyar Mohajerani2022-09-221-65/+91
|/ /
* | Fix tmpdir naming when passing -nocleanup option to abc(9) on systems where b...N. Engelhardt2022-09-132-6/+12
* | Merge pull request #3458 from QuantamHD/abc_fasterN. Engelhardt2022-08-311-6/+6
|\ \
| * | Improves ABC command runtime by 10-100xEthan Mahintorabi2022-08-241-6/+6
* | | Makes sure to set initial_top when change, fixes #3462Miodrag Milanovic2022-08-261-0/+1
* | | Merge pull request #3449 from YosysHQ/aki/show_pathrwN. Engelhardt2022-08-251-0/+1
|\ \ \