Browse Source

Remove VHDL-08 support files & make target for non vhdl08 supporting simulators

AHBL_BFM
T. Meissner 7 years ago
parent
commit
87543b443e
3 changed files with 1 additions and 21 deletions
  1. +1
    -1
      .travis.yml
  2. +0
    -9
      test/Makefile
  3. +0
    -11
      test/vhdl_2008/env_c.vhdl.patch

+ 1
- 1
.travis.yml View File

@ -24,4 +24,4 @@ matrix:
install: true
script:
- cd test; make all
- cd libvhdl/test; make all

+ 0
- 9
test/Makefile View File

@ -9,14 +9,6 @@ VHD_STD := 08
all: queue dict stack sim wishbone
.PHONY: vhdl2008
vhdl2008 : $(VHD08_SRC)/env_c.vhdl $(VHD08_SRC)/numeric_std_additions.vhdl $(VHD08_SRC)/numeric_std_unsigned_c.vhdl \
$(VHD08_SRC)/standard_additions_c.vhdl $(VHD08_SRC)/standard_textio_additions_c.vhdl $(VHD08_SRC)/std_logic_1164_additions.vhdl
ghdl -a --std=$(VHD_STD) --work=ieee_proposed $(VHD08_SRC)/standard_additions_c.vhdl \
$(VHD08_SRC)/standard_textio_additions_c.vhdl $(VHD08_SRC)/std_logic_1164_additions.vhdl $(VHD08_SRC)/numeric_std_additions.vhdl \
$(VHD08_SRC)/numeric_std_unsigned_c.vhdl $(VHD08_SRC)/env_c.vhdl
RandomPkg.o: OSVVM/SortListPkg_int.vhd OSVVM/RandomBasePkg.vhd OSVVM/RandomPkg.vhd
ghdl -a --std=$(VHD_STD) --work=osvvm $^
@ -92,4 +84,3 @@ clean:
.PHONY: distclean
distclean: clean
rm -f $(VHD08_SRC)/*.vhdl

+ 0
- 11
test/vhdl_2008/env_c.vhdl.patch View File

@ -1,11 +0,0 @@
--- env_c.vhdl 2014-11-20 11:18:24.210947993 +0100
+++ env_c.vhdl_patched 2014-11-20 11:18:38.578652227 +0100
@@ -30,7 +30,7 @@
1 ms, 10 ms, 100 ms,
1 sec, 10 sec, 100 sec,
1 min, 10 min, 100 min,
- 1 hr, 10 hr, 100 hr
+ 1 hr --, 10 hr, 100 hr (removed for GHDL)
) ;
function RESOLUTION_LIMIT return DELAY_LENGTH is

Loading…
Cancel
Save