blob: cbd59e81c45b36aab6ba3a7943c520d9dcadf315 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#! /bin/sh
. ../../testenv.sh
analyze ent.vhdl
elab_simulate_failure tb
analyze repro.vhdl
elab_simulate_failure repro --max-stack-alloc=64
elab_simulate repro --max-stack-alloc=256
clean
echo "Test successful"
|