Browse Source

add StringP & AssertP source files to Queuet target

pull/1/head
T. Meissner 10 years ago
parent
commit
1314da2738
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      test/Makefile

+ 2
- 2
test/Makefile View File

@ -4,8 +4,8 @@ VHD_STD = 02
.PHONY: sim
sim: queuet stringt
queuet : QueueT.vhd $(SIM_SRC)/QueueP.vhd
ghdl -a --std=$(VHD_STD) $(SIM_SRC)/QueueP.vhd QueueT.vhd
queuet : QueueT.vhd $(SIM_SRC)/QueueP.vhd $(SIM_SRC)/StringP.vhd $(SIM_SRC)/AssertP.vhd
ghdl -a --std=$(VHD_STD) $(SIM_SRC)/StringP.vhd $(SIM_SRC)/AssertP.vhd $(SIM_SRC)/QueueP.vhd QueueT.vhd
ghdl -e --std=$(VHD_STD) QueueT
ghdl -r --std=$(VHD_STD) QueueT


Loading…
Cancel
Save