3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-15 00:35:12 +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
# -----------------------------------------------------------------------------