git-svn-id: http://moon:8086/svn/vhdl/trunk@1527 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-24 18:19:03 +00:00
parent 0f36365c8f
commit f72d1deb10
4 changed files with 95 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
ROOT_PATH := ../../..
LIB_PATH := $(ROOT_PATH)/lib
MOD_PATH := $(LIB_PATH)/JBUS
SRCS += $(MOD_PATH)/src/memory/rom_sim.vhd
SRCS += $(MOD_PATH)/src/memory/rom_wb.vhd
SRCS += $(MOD_PATH)/src/memory/tb_rom_wb.vhd
# Compile
TARGET := tb_rom_wb
ENTITY := tb_rom_wb
WITH_VCD := y
RUN_TIME := 1500ns
include $(ROOT_PATH)/Common/make/ghdl.mk