blob: 7f1bdbb8ad86ba6d3d22cf13def1c2b605380cf1 [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=1'b0 %i -assert-count 1
select t:box r:INV_C=1'b1 %i -assert-count 1