blob: 46e5bb60fb1790222ab5e69a6ef33efdfb114357 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#! /bin/sh
. ../../testenv.sh
analyze leftof1.vhdl
elab_simulate leftofrightof
analyze leftof2.vhdl
elab_simulate leftofrightof
analyze leftof3.vhdl
elab_simulate leftofrightof
clean
echo "Test successful"
|