blob: c27d7e432be0225de403fd6498584e272b5ea3bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
for t in slice01 slice02 slice03; do
synth_tb $t
done
for t in slice04 slice05 slice06 slice07; do
synth_analyze $t
done
echo "Test successful"
|