Refactored after moving of VHDL make
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include package1.inc
|
||||
include package2.inc
|
||||
|
||||
# -----------------------------------------------------------
|
||||
SRCS := $(PACKAGE1_SRCS)
|
||||
SRCS += $(PACKAGE2_SRCS)
|
||||
SRCS += $(LIB_PATH)/tb_new.vhd
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Compile
|
||||
TARGET := tb_new
|
||||
ENTITY := tb_new
|
||||
WITH_VCD := y
|
||||
RUN_TIME := 1us
|
||||
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
# -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user