blob: 100e1cc3a38af1adb0479f9e6d176a5d37f86354 [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 1
select t:box r:INV_A=1'b1 %i -assert-count 3