Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
91626594a7e8cbc5e540c0870de6367d1ee9d329
/
.
/
systemverilog-plugin
/
tests
/
translate_off
/
translate_off.tcl
blob: d836d1e2b200780770a125972048b517e79a7061 [
file
] [
log
] [
blame
]
yosys -import
if
{
[
info
procs read_uhdm
]
==
{
}
}
{
plugin -i systemverilog
}
yosys -import ;
# ingest plugin commands
set
TMP_DIR
$::
env(TEST_OUTPUT_PREFIX)
/
tmp
file mkdir
$
TMP_DIR
read_systemverilog -o
$
TMP_DIR
$::
env(DESIGN_TOP)
.
v