blob: 5bd7edc123a28aff7f5b45fcb971e1fad3ddd66d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#! /bin/sh
. ../../testenv.sh
analyze test_ip.vhdl
elab_simulate_failure test_ip
analyze st1.vhdl
elab_simulate_failure st1
analyze st2.vhdl
elab_simulate_failure st2
clean
echo "Test successful"
|