diff options
Diffstat (limited to 'testsuite/synth/mem01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/mem01/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/mem01/testsuite.sh b/testsuite/synth/mem01/testsuite.sh index 073c69ea4..315ff4f4e 100755 --- a/testsuite/synth/mem01/testsuite.sh +++ b/testsuite/synth/mem01/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in rom1 srom01 sram01 dpram1 dpram2 dpram3; do +for t in rom1 srom01 sram01 sram02 sram03 dpram1 dpram2 dpram3; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean |