- fixed makefile

- PCK_FIO is not needed

git-svn-id: http://moon:8086/svn/vhdl/trunk@1441 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 19:56:19 +00:00
parent f045dc1592
commit 9837603ae1
+4 -7
View File
@@ -1,9 +1,5 @@
NAME ?= tb_mips_top
include ../src/core/mips.mk
#SRCS += ../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd ../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
# RAMS
SRCS += ../../../rams/dpram_2w2r2c_ra_sim.vhd
SRCS += ../../../rams/dpram_1w1r2c_ra_sim.vhd
@@ -39,11 +35,12 @@ SRCS += ../../../misc/rom_wb.vhd
SRCS += $(MIPS_CORE_SRCS)
# TB
SRCS += ../src/$(NAME).vhd
SRCS += ../src/tb_mips_top.vhd
# Compile
ENTITY_RUN = $(NAME)
BUILD_DIR := build
TARGET := mips_top
ENTITY = tb_mips_top
RUN_TIME := 1500us
WITH_VCD := y
include ../../../../Common/make/ghdl.mk