mirror of https://github.com/YosysHQ/yosys.git
Make cells.box whiteboxes not blackboxes
This commit is contained in:
parent
5189695362
commit
53b19ab1f5
|
@ -4,10 +4,10 @@
|
|||
# F7BMUX slower than F7AMUX
|
||||
# Inputs: 0 1 S0
|
||||
# Outputs: OUT
|
||||
F7BMUX 1 0 3 1
|
||||
F7BMUX 1 1 3 1
|
||||
217 223 296
|
||||
|
||||
# Inputs: 0 1 S0
|
||||
# Outputs: OUT
|
||||
MUXF8 2 0 3 1
|
||||
MUXF8 2 1 3 1
|
||||
104 94 273
|
||||
|
|
Loading…
Reference in New Issue