- added missing IPF project files

- improved GHDL build script

git-svn-id: http://moon:8086/svn/vhdl/trunk@1432 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 15:38:01 +00:00
parent ed3b12acda
commit 85c1156549
18 changed files with 96 additions and 840 deletions
+3 -4
View File
@@ -1,4 +1,4 @@
NAME ?= tb_cpu
TARGET ?= tb_cpu
include ../src/core/jcpu_core.mk
@@ -16,11 +16,10 @@ tb_mul8x8_ENTITY_RUN := tb_cpu_embedded
SRCS := $(JCPU_CORE_SRCS)
SRCS += ../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd ../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += $(addprefix ../src/,$($(NAME)_SRCS))
SRCS += $(addprefix ../src/,$($(TARGET)_SRCS))
# Compile
ENTITY_RUN = $($(NAME)_ENTITY_RUN)
BUILD_DIR := build
ENTITY := $($(TARGET)_ENTITY_RUN)
WITH_GHW := y
include ../../../../Common/make/ghdl.mk
-1
View File
@@ -102,7 +102,6 @@ STIMULUS: process
wait for 1000*CLK_PERIOD;
assert false report "Test finished" severity error;
wait;
end process;
-1
View File
@@ -160,7 +160,6 @@ STIMULUS: process
wait for 300*CLK_PERIOD;
end loop;
assert false report "Test finished" severity error;
wait;
end process;
-1
View File
@@ -154,7 +154,6 @@ STIMULUS: process
file_close(RESULT);
assert false report "Test finished" severity failure;
wait;
end process;