- 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:
@@ -1,9 +1,5 @@
|
|||||||
NAME ?= tb_mips_top
|
|
||||||
|
|
||||||
include ../src/core/mips.mk
|
include ../src/core/mips.mk
|
||||||
|
|
||||||
#SRCS += ../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd ../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
|
|
||||||
|
|
||||||
# RAMS
|
# RAMS
|
||||||
SRCS += ../../../rams/dpram_2w2r2c_ra_sim.vhd
|
SRCS += ../../../rams/dpram_2w2r2c_ra_sim.vhd
|
||||||
SRCS += ../../../rams/dpram_1w1r2c_ra_sim.vhd
|
SRCS += ../../../rams/dpram_1w1r2c_ra_sim.vhd
|
||||||
@@ -39,11 +35,12 @@ SRCS += ../../../misc/rom_wb.vhd
|
|||||||
SRCS += $(MIPS_CORE_SRCS)
|
SRCS += $(MIPS_CORE_SRCS)
|
||||||
|
|
||||||
# TB
|
# TB
|
||||||
SRCS += ../src/$(NAME).vhd
|
SRCS += ../src/tb_mips_top.vhd
|
||||||
|
|
||||||
# Compile
|
# Compile
|
||||||
ENTITY_RUN = $(NAME)
|
TARGET := mips_top
|
||||||
BUILD_DIR := build
|
ENTITY = tb_mips_top
|
||||||
|
RUN_TIME := 1500us
|
||||||
WITH_VCD := y
|
WITH_VCD := y
|
||||||
|
|
||||||
include ../../../../Common/make/ghdl.mk
|
include ../../../../Common/make/ghdl.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user