Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
08430ec4f53d1cf9d6a2091211d6c5ce501d5486
/
.
/
test-utils
/
test-utils.tcl
blob: cc215ae8879abab6b60c8e87d09f37bfd20f85b6 [
file
] [
log
] [
blame
]
# Utility functions to be used in tests.
# Return path where the test output file "filename"
# is to be written.
proc
test_output_path
{
filename
}
{
return
"$::env(TEST_OUTPUT_PREFIX)${filename}"
}