aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth27/testsuite.sh
blob: b5ed1a2b7c7d1de4ed6e55aa4a59905e1ffcc42c (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
synth dff.vhdl -e dff > syn_dff.vhdl

echo "Test successful"