- added
git-svn-id: http://moon:8086/svn/vhdl/trunk@1635 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/lib/uart/ghdl/uart_sim.inc
|
||||
include jcpu_core.inc
|
||||
|
||||
SRCS += $(UART_SIM_SRCS)
|
||||
SRCS += $(JCPU_CORE_SRCS)
|
||||
SRCS += ../src/hallo_welt_uart_irom.vhdl
|
||||
SRCS += ../src/hallo_welt_uart_xrom.vhdl
|
||||
SRCS += ../src/cpu_embedded_with_uart.vhd
|
||||
SRCS += ../src/tb_cpu_embedded_with_uart.vhd
|
||||
|
||||
# Compile
|
||||
TARGET := tb_cpu_embedded_with_uart
|
||||
ENTITY := tb_cpu_embedded_with_uart
|
||||
RUN_TIME := 100us
|
||||
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
|
||||
Reference in New Issue
Block a user