blob: 95404c65b223b3ac331d04fb435241852e89c8f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#! /bin/sh
. ../../testenv.sh
analyze fft.vhdl
analyze fft1.vhdl
analyze fft2.vhdl
analyze repro1.vhdl
analyze repro2.vhdl
#elab_simulate simple1
clean
echo "Test successful"
|