diff options
Diffstat (limited to 'testsuite/testenv.sh')
-rw-r--r-- | testsuite/testenv.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/testenv.sh b/testsuite/testenv.sh index 4de0838a4..a935b01b5 100644 --- a/testsuite/testenv.sh +++ b/testsuite/testenv.sh @@ -119,6 +119,12 @@ synth_failure () fi } +# Synthesis of a single file +synth_only() +{ + synth $1.vhdl -e > syn_$1.vhdl +} + # Synthesis of a single file and analyze the result synth_analyze() { |