blob: 911db189c11be1f5fcd455a958c9de352a9db0bf [file]
yosys -import
if { [info procs read_uhdm] == {} } { plugin -i systemverilog }
yosys -import ;# ingest plugin commands
set TMP_DIR /tmp
if { [info exists ::env(TMPDIR) ] } {
set TMP_DIR $::env(TMPDIR)
}
# Testing simple round-trip
read_systemverilog -o $TMP_DIR/break-continue-test $::env(DESIGN_TOP).v
prep
write_table [test_output_path $::env(DESIGN_TOP).out]