blob: d6807d6c591243c34b0ef043e27d3c758f37e33b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/sh
. ../../testenv.sh
run $GHDL -i --std=08 wb_master_BFM.vhd wb_master_BFM_v1_0.vhd test_2_tb.vhd
run $GHDL -m --expect-failure --std=08 test_2_tb
clean --std=08
echo "Test successful"
|