blob: 0e34c43ee1cd0d4f9873d1d8d5394d0744c4f9be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#! /bin/sh
. ../../testenv.sh
analyze testit.vhdl
elab_simulate testit
analyze repro.vhdl
elab_simulate repro
analyze bit_vector_rol_ror.vhdl
elab_simulate bit_vector_rol_ror
clean
echo "Test successful"
|