mirror of https://github.com/YosysHQ/yosys.git
abstract: fix test signorm
This commit is contained in:
parent
c01d88c303
commit
4c8b7818f4
|
|
@ -90,6 +90,6 @@ select -assert-count 3 t:$mux
|
||||||
# All cells selected -> muxes on outputs only
|
# All cells selected -> muxes on outputs only
|
||||||
design -load split_output
|
design -load split_output
|
||||||
select -assert-count 0 t:$mux
|
select -assert-count 0 t:$mux
|
||||||
abstract -value -enable magic t:*
|
abstract -value -enable magic t:$add
|
||||||
select -assert-count 1 t:$mux
|
select -assert-count 1 t:$mux
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue