- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1531 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-24 18:39:05 +00:00
parent ff4700093d
commit 599726a7b2
37 changed files with 0 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
ROOT_PATH := ../../..
LIB_PATH := $(ROOT_PATH)/lib
MOD_PATH := $(LIB_PATH)/JBUS
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
SRCS += $(LIB_PATH)/rams/sim/dpram_1w1r1c_ra.vhd
SRCS += $(MOD_PATH)/src/memory/ram_wb.vhd
SRCS += $(MOD_PATH)/src/memory/tb_ram_wb.vhd
# Compile
TARGET := tb_ram_wb
ENTITY := tb_ram_wb
WITH_VCD := y
RUN_TIME := 1500ns
include $(ROOT_PATH)/Common/make/ghdl.mk