aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2/testsuite.sh
blob: cb673c6f317b58222b02d05c923641cdf46c43cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
GHDL_FLAGS=--work=test

analyze sortnet_OddEvenSort.vhdl
analyze sortnet_OddEvenSort_tb.vhdl
elab_simulate --syn-binding sortnet_OddEvenSort_tb

clean test

echo "Test successful"