index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
Commit message (
Expand
)
Author
Age
Files
Lines
*
opt_muxtree: Update port_off and port_idx even for constant bits
gatecat
2021-06-11
1
-17
/
+16
*
opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits.
Marcelina Kościelnicka
2021-06-09
1
-122
/
+85
*
opt_expr: Optimize div/mod by const 1.
Marcelina Kościelnicka
2021-06-09
1
-4
/
+4
*
Fixing old e-mail addresses and deadnames
Claire Xenia Wolf
2021-06-08
17
-17
/
+17
*
kernel/mem: Add sub_addr helpers.
Marcelina Kościelnicka
2021-05-26
1
-6
/
+2
*
opt_mem: Add reset/init value support.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+12
*
opt_mem_feedback: Respect write port priority.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+15
*
opt_mem_feedback: Add wide port support.
Marcelina Kościelnicka
2021-05-25
1
-14
/
+24
*
opt_mem_feedback: Rewrite feedback path finding logic.
Marcelina Kościelnicka
2021-05-24
1
-115
/
+130
*
opt_mem_feedback: Convert to Mem helpers.
Marcelina Kościelnicka
2021-05-24
1
-49
/
+28
*
memory_share: Split off feedback path finding as a separate pass.
Marcelina Kościelnicka
2021-05-23
2
-0
/
+334
*
opt_mem: Remove write ports with const-0 EN.
Marcelina Kościelnicka
2021-05-23
1
-0
/
+12
*
opt_dff: Fix NOT gates wired in reverse.
Marcelina Kościelnicka
2021-05-04
1
-2
/
+2
*
opt_clean: Remove init attribute bits together with removed DFFs.
Marcelina Kościelnicka
2021-03-15
1
-0
/
+4
*
opt_share: Fix X and CO signal width for shifted $alu in opt_share.
Marcelina Kościelnicka
2021-01-14
1
-2
/
+2
*
Fix use-after-free in LUT opt pass
StefanBruens
2020-12-22
1
-2
/
+4
*
opt_mem: Use Mem helpers.
Marcelina Kościelnicka
2020-10-21
1
-81
/
+6
*
opt_clean: Better memory handling.
Marcelina Kościelnicka
2020-10-08
1
-8
/
+45
*
use the new isPublic() in a few places
N. Engelhardt
2020-09-14
1
-2
/
+2
*
Merge pull request #2344 from YosysHQ/mwk/opt_share-fixes
clairexen
2020-08-20
1
-223
/
+138
|
\
|
*
opt_share: Refactor, fix some bugs.
Marcelina Kościelnicka
2020-08-17
1
-223
/
+138
*
|
Merge pull request #2337 from YosysHQ/mwk/clean-keep-wire
clairexen
2020-08-20
1
-4
/
+9
|
\
\
|
*
|
opt_clean: Fix module keep rules.
Marcelina Kościelnicka
2020-08-09
1
-4
/
+9
|
|
/
*
/
Remove now-redundant opt_rmdff pass.
Marcelina Kościelnicka
2020-08-07
2
-712
/
+0
|
/
*
Replace opt_rmdff with opt_dff.
Marcelina Kościelnicka
2020-08-07
1
-8
/
+16
*
opt_expr: Remove -clkinv option, make it the default.
Marcelina Kościelnicka
2020-07-31
2
-14
/
+14
*
Add opt_dff pass.
Marcelina Kościelnicka
2020-07-30
2
-0
/
+876
*
opt_expr: Fix handling of $_XNOR_ cells with A = B.
Marcelina Kościelnicka
2020-07-29
1
-1
/
+1
*
pmux2shift: Refactor to use FfInitVals.
Marcelina Kościelnicka
2020-07-24
1
-15
/
+4
*
wreduce: Refactor to use FfInitVals.
Marcelina Kościelnicka
2020-07-24
1
-37
/
+7
*
opt_merge: Dedup one more use of FF cell type list.
Marcelina Kościelnicka
2020-07-15
1
-3
/
+1
*
opt_expr: Fix crash on $mul optimization with more zeros removed than Y has.
Marcelina Kościelnicka
2020-07-05
1
-0
/
+8
*
opt_merge: use the master FF type list
Marcelina Kościelnicka
2020-06-30
1
-3
/
+1
*
Merge pull request #2168 from whitequark/assert-unused-exprs
clairexen
2020-06-25
1
-1
/
+1
|
\
|
*
Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug().
whitequark
2020-06-19
1
-1
/
+1
*
|
Add support for new FF types in some opt passes.
Marcelina Kościelnicka
2020-06-23
3
-14
/
+53
|
/
*
Use C++11 final/override keywords.
whitequark
2020-06-18
17
-38
/
+38
*
Do not optimize away FFs in "prep" and Verific fron-end
Claire Wolf
2020-06-09
1
-5
/
+12
*
Add flooring division operator
Xiretza
2020-05-28
4
-11
/
+32
*
Add flooring modulo operator
Xiretza
2020-05-28
4
-10
/
+35
*
opt_expr: Sx to Sz; spotted by @Xiretza
Eddie Hung
2020-05-14
1
-1
/
+1
*
Merge pull request #1994 from YosysHQ/eddie/fix_bug1758
Eddie Hung
2020-05-14
1
-25
/
+111
|
\
|
*
Fix whitespace
Eddie Hung
2020-05-14
1
-1
/
+1
|
*
opt_expr: consume_x to require/imply !keepdc
Eddie Hung
2020-05-08
1
-5
/
+6
|
*
opt_expr: restore consume_x; use for coarse grained too
Eddie Hung
2020-05-08
1
-6
/
+6
|
*
opt_expr: const_xnor replacement to pad Y with 1'b1
Eddie Hung
2020-04-24
1
-1
/
+2
|
*
opt_expr: more fixes for $xor/$xnor
Eddie Hung
2020-04-24
1
-23
/
+47
|
*
opt_expr: do not group by X, more fixes
Eddie Hung
2020-04-23
1
-18
/
+59
|
*
opt_expr: improve single-bit $and/$or/$xor/$xnor cells; gate cells too
Eddie Hung
2020-04-23
1
-10
/
+29
*
|
opt_clean: improve warning message
Eddie Hung
2020-05-14
1
-1
/
+1
[next]