- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1541 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -1,29 +1,33 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include mips_core.inc
|
||||
include ../../../../lib/FIFO/ghdl/fifo_sync.inc
|
||||
include ../../../../lib/FIFO/ghdl/fifo_async.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# FIFOS
|
||||
SRCS += $(FIFO_SYNC_SRCS)
|
||||
SRCS += $(FIFO_ASYNC_SRCS)
|
||||
|
||||
# UART
|
||||
SRCS += ../../../uart/src/uart_types.vhd
|
||||
SRCS += ../../../uart/src/sim/uart.vhd
|
||||
SRCS += ../../../uart/src/uart_wb.vhd
|
||||
SRCS += $(LIB_PATH)/uart/src/uart_types.vhd
|
||||
SRCS += $(LIB_PATH)/uart/src/sim/uart.vhd
|
||||
SRCS += $(LIB_PATH)/uart/src/uart_wb.vhd
|
||||
|
||||
# GPIO
|
||||
SRCS += ../../../JBUS/gpio/src/gpio_wb.vhd
|
||||
SRCS += $(LIB_PATH)/JBUS/gpio/src/gpio_wb.vhd
|
||||
|
||||
# Async port
|
||||
SRCS += ../../../JBUS/async_port/src/async_types.vhd
|
||||
SRCS += ../../../JBUS/async_port/src/async_port_wb.vhd
|
||||
SRCS += $(LIB_PATH)/JBUS/async_port/src/async_types.vhd
|
||||
SRCS += $(LIB_PATH)/JBUS/async_port/src/async_port_wb.vhd
|
||||
SRCS += ../src/async_defs.vhd
|
||||
|
||||
# ROM
|
||||
#SRCS += Z:/work/repos/mips/src/bootloader/build/ml402/eb/bootloader.elf.ROM.vhd
|
||||
#SRCS += Z:/work/repos/mips/src/bootloader/build/denano/eb/bootloader.elf.ROM.vhd
|
||||
SRCS += ../src/bootloader_flash.ROM.vhd
|
||||
SRCS += ../../../JBUS/memory/src/rom_wb.vhd
|
||||
SRCS += $(LIB_PATH)/JBUS/memory/src/rom_wb.vhd
|
||||
|
||||
# MIPS
|
||||
SRCS += $(MIPS_CORE_SRCS)
|
||||
@@ -37,5 +41,5 @@ ENTITY = tb_mips_top
|
||||
RUN_TIME := 1500us
|
||||
WITH_VCD := y
|
||||
|
||||
include ../../../../Common/make/ghdl.mk
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user