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

. ../../testenv.sh

synth dff01.vhdl -e dff01
synth dff02.vhdl -e dff02
synth dff03.vhdl -e dff03
synth dff04.vhdl -e dff04

clean

echo "Test successful"