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
*
Fix and test for balanced case
Eddie Hung
2019-06-06
1
-10
/
+14
*
Support cascading $pmux.A with $mux.A and $mux.B
Eddie Hung
2019-06-06
1
-17
/
+25
*
More cleanup
Eddie Hung
2019-06-06
1
-15
/
+20
*
Fix spacing
Eddie Hung
2019-06-06
1
-6
/
+5
*
Non chain user check using next_sig
Eddie Hung
2019-06-06
1
-7
/
+5
*
Move muxpack from passes/techmap to passes/opt
Eddie Hung
2019-06-06
2
-0
/
+257
*
Fix typo in opt_rmdff
Eddie Hung
2019-06-05
1
-2
/
+2
*
Suppress driver-driver conflict warning for unknown cell types, fixes #1065
Clifford Wolf
2019-06-05
1
-1
/
+1
*
Merge pull request #1026 from YosysHQ/clifford/fix1023
Clifford Wolf
2019-05-27
1
-2
/
+3
|
\
|
*
Keep zero-width wires in opt_clean if and only if they are ports, fixes #1023
Clifford Wolf
2019-05-22
1
-2
/
+3
*
|
Revert enable check
Eddie Hung
2019-05-25
1
-3
/
+1
*
|
opt_rmdff to optimise even in presence of enable signal, even removing
Eddie Hung
2019-05-24
1
-12
/
+29
*
|
Add comments
Eddie Hung
2019-05-24
1
-1
/
+22
*
|
Resolve @cliffordwolf review, set even if !has_init
Eddie Hung
2019-05-24
1
-2
/
+1
*
|
Fix spacing
Eddie Hung
2019-05-23
1
-2
/
+2
*
|
opt_rmdff to work on $dffe and $_DFFE_*
Eddie Hung
2019-05-23
1
-3
/
+32
|
/
*
Add "wreduce -keepdc", fixes #1016
Clifford Wolf
2019-05-20
1
-1
/
+9
*
Improvements in opt_clean
Clifford Wolf
2019-05-15
1
-10
/
+10
*
Fix handling of glob_abort_cnt in opt_muxtree, fixes #1002
Clifford Wolf
2019-05-12
1
-3
/
+11
*
More opt_clean cleanups
Clifford Wolf
2019-05-07
1
-26
/
+36
*
Merge pull request #946 from YosysHQ/clifford/specify
Clifford Wolf
2019-05-06
1
-1
/
+1
|
\
|
*
Merge branch 'master' of github.com:YosysHQ/yosys into clifford/specify
Clifford Wolf
2019-05-06
1
-10
/
+22
|
|
\
|
*
\
Merge remote-tracking branch 'origin/master' into clifford/specify
Eddie Hung
2019-05-03
3
-30
/
+157
|
|
\
\
|
*
|
|
Add $specrule cells for $setup/$hold/$skew specify rules
Clifford Wolf
2019-04-23
1
-1
/
+1
|
*
|
|
Preserve $specify[23] cells
Clifford Wolf
2019-04-23
1
-1
/
+1
*
|
|
|
Merge branch 'master' of github.com:YosysHQ/yosys into clifford/fix968
Clifford Wolf
2019-05-06
3
-59
/
+113
|
\
\
\
\
|
*
|
|
|
Cleanups in opt_clean
Clifford Wolf
2019-05-06
1
-47
/
+16
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Improve opt_clean handling of unused wires
Clifford Wolf
2019-05-04
1
-10
/
+22
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #969 from YosysHQ/clifford/pmgenstuff
Clifford Wolf
2019-05-03
1
-0
/
+36
|
|
\
\
|
|
*
|
Add peepopt_muldiv, fixes #930
Clifford Wolf
2019-04-30
1
-0
/
+36
|
|
|
/
|
*
|
Improve opt_expr and opt_clean handling of (partially) undriven and/or unused...
Clifford Wolf
2019-05-03
2
-44
/
+81
*
|
|
Further improve unused-detection for opt_clean driver-driver conflict warning
Clifford Wolf
2019-05-03
1
-5
/
+8
*
|
|
Improve unused-detection for opt_clean driver-driver conflict warning
Clifford Wolf
2019-05-03
1
-21
/
+29
*
|
|
Silently resolve completely unused cell-vs-const driver-driver conflicts
Clifford Wolf
2019-05-01
1
-2
/
+21
|
/
/
*
|
Fix segfault in wreduce
Clifford Wolf
2019-04-30
1
-0
/
+2
*
|
Add handling of init attributes in "opt_expr -undriven"
Clifford Wolf
2019-04-30
1
-2
/
+41
*
|
Drive dangling wires with init attr with their init value, fixes #956
Clifford Wolf
2019-04-29
1
-0
/
+13
|
/
*
Remove some left-over log_dump()
Clifford Wolf
2019-04-23
1
-2
/
+0
*
Merge pull request #951 from YosysHQ/clifford/logdebug
Clifford Wolf
2019-04-22
4
-45
/
+59
|
\
|
*
Add log_debug() framework
Clifford Wolf
2019-04-22
4
-45
/
+59
*
|
Add full_pmux feature to pmux2shiftx
Clifford Wolf
2019-04-22
1
-1
/
+22
|
/
*
Auto-initialize OnehotDatabase on-demand in pmux2shiftx.cc
Clifford Wolf
2019-04-20
1
-4
/
+7
*
Add "onehot" pass, improve "pmux2shiftx" onehot handling
Clifford Wolf
2019-04-20
1
-13
/
+404
*
Improve "pmux2shiftx"
Clifford Wolf
2019-04-20
1
-10
/
+8
*
Fix some typos
Clifford Wolf
2019-04-20
1
-2
/
+2
*
Improvements in "pmux2shiftx"
Clifford Wolf
2019-04-20
1
-12
/
+52
*
Improvements in pmux2shiftx
Clifford Wolf
2019-04-20
1
-13
/
+6
*
Improve pmux2shift ctrl permutation finder
Clifford Wolf
2019-04-20
1
-27
/
+114
*
Complete rewrite of pmux2shiftx
Clifford Wolf
2019-04-20
1
-27
/
+265
*
Import initial pmux2shiftx from eddieh
Clifford Wolf
2019-04-20
2
-0
/
+82
[next]