mirror of https://github.com/YosysHQ/yosys.git
Remove dump call
This commit is contained in:
parent
2b6cdfb39f
commit
8bf45f34c4
|
@ -36,7 +36,6 @@ design -save gold
|
||||||
opt_expr
|
opt_expr
|
||||||
wreduce
|
wreduce
|
||||||
|
|
||||||
dump
|
|
||||||
select -assert-count 1 t:$sub r:A_WIDTH=4 r:B_WIDTH=4 r:Y_WIDTH=5 %i %i %i
|
select -assert-count 1 t:$sub r:A_WIDTH=4 r:B_WIDTH=4 r:Y_WIDTH=5 %i %i %i
|
||||||
|
|
||||||
design -stash gate
|
design -stash gate
|
||||||
|
|
Loading…
Reference in New Issue