1
0
mirror of synced 2026-03-28 19:12:08 +00:00

abstract: fix test signorm

This commit is contained in:
Emil J. Tywoniak
2026-03-17 17:39:05 +01:00
parent c01d88c303
commit 4c8b7818f4

View File

@@ -90,6 +90,6 @@ select -assert-count 3 t:$mux
# All cells selected -> muxes on outputs only
design -load split_output
select -assert-count 0 t:$mux
abstract -value -enable magic t:*
abstract -value -enable magic t:$add
select -assert-count 1 t:$mux
# -----------------------------------------------------------------------------