blob: a0520d8bb40aed676662ff49d2bf1c2793bc3ebe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
for t in leftmost01 leftmost02 leftmost03 rightmost01 rightmost02; do
synth_tb $t
done
synth_analyze division_float
echo "Test successful"
|