blob: 0932bda2dfc20083866ec9e89a9a9b78d1aad188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
analyze_failure centerconfig.vhdl
analyze centerconfig_works.vhdl
elab_simulate instance
analyze_failure centerconfig_generics_works.vhdl
clean
echo "Test successful"
|