diff options
Diffstat (limited to 'testsuite/synth/issue2214/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue2214/testsuite.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue2214/testsuite.sh b/testsuite/synth/issue2214/testsuite.sh new file mode 100755 index 000000000..16e35475a --- /dev/null +++ b/testsuite/synth/issue2214/testsuite.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 +synth -gG_CACHE_SIZE=8 -gG_ADDRESS_SIZE=4 -gG_DATA_SIZE=8 avm_cache.vhd avm_cache.psl -e avm_cache > syn_avm_cache.vhdl + +echo "Test successful" |