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