index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
/
muxpack.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ID::keep more liberally too
Eddie Hung
2019-08-15
1
-2
/
+2
*
Use more ID::{A,B,Y,blackbox,whitebox}
Eddie Hung
2019-08-15
1
-19
/
+19
*
Use ID() macro in all of passes/opt/
Clifford Wolf
2019-08-11
1
-36
/
+36
*
RTLIL::S{0,1} -> State::S{0,1}
Eddie Hung
2019-08-07
1
-1
/
+1
*
Cope with $reduce_or common in case
Eddie Hung
2019-06-21
1
-5
/
+37
*
Fix spacing
Eddie Hung
2019-06-21
1
-24
/
+24
*
Add doc
Eddie Hung
2019-06-21
1
-3
/
+3
*
Fix up ExclusiveDatabase with @cliffordwolf's help
Eddie Hung
2019-06-21
1
-35
/
+34
*
Elaborate muxpack doc
Eddie Hung
2019-06-10
1
-2
/
+6
*
Comment O(N) -> O(N^2)
Eddie Hung
2019-06-07
1
-1
/
+1
*
Extend ExclusiveDatabase to query SigSpec-s (for $pmux)
Eddie Hung
2019-06-07
1
-19
/
+27
*
Add ExclusiveDatabase to check exclusive $eq/$logic_not cell results
Eddie Hung
2019-06-07
1
-1
/
+64
*
Resolve @cliffordwolf comment on redundant check
Eddie Hung
2019-06-07
1
-10
/
+2
*
Resolve @cliffordwolf comment on sigmap
Eddie Hung
2019-06-07
1
-2
/
+2
*
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
1
-0
/
+256