blob: 9adbbdc666c3ccfa498ff24e43bbd638f8aa9a1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
analyze range_tb1.vhdl
elab_simulate_failure range_tb1
analyze range_tb.vhdl
elab_simulate_failure range_tb
clean
echo "Test successful"
|