blob: fe0f65add7468151c040b12cbd51bb04242c32bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=08
analyze shift_register.vhdl
analyze shift_register_tb.vhdl
elab_simulate shift_register_tb
clean
echo "Test successful"
|