mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 19:36:21 +00:00
abstract: fix test signorm
This commit is contained in:
parent
4f665d6efc
commit
bd437f207f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue