mirror of https://github.com/YosysHQ/yosys.git
Updaye pmux2shiftx test
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
0f0ada13f4
commit
a80e74dc20
|
@ -9,8 +9,8 @@ opt
|
||||||
stat
|
stat
|
||||||
# show -width
|
# show -width
|
||||||
select -assert-count 1 t:$sub
|
select -assert-count 1 t:$sub
|
||||||
select -assert-count 2 t:$mux
|
select -assert-count 1 t:$mux
|
||||||
select -assert-count 2 t:$shift
|
select -assert-count 1 t:$shift
|
||||||
select -assert-count 3 t:$shiftx
|
select -assert-count 3 t:$shiftx
|
||||||
|
|
||||||
design -stash gate
|
design -stash gate
|
||||||
|
|
Loading…
Reference in New Issue