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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

for f in restrict1 assume1 assert1; do
  synth -fpsl $f.vhdl -e $f > syn_$f.vhdl
  analyze syn_$f.vhdl
done
clean

echo "Test successful"