blob: 4e6c1ba71ada80f516a039c9440baeaf85142f3a [file] [log] [blame]
yosys -import
if { [info procs integrateinv] == {} } { plugin -i integrateinv }
yosys -import ;# ingest plugin commands
read_verilog -icells $::env(DESIGN_TOP).v
hierarchy -check -auto-top
debug integrateinv
select t:\$_NOT_ -assert-count 2
select t:box r:INV_A=2'b10 %i -assert-count 1