blob: 5d7b3fdd034787073fce060aae9c9511845e7cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS="--std=08 -frelaxed"
analyze mux_fifo_pkg.vhd mux_fifo.vhd mux_fifo_tb.vhd
elab_simulate mux_fifo_tb
clean
echo "Test successful"
|