- fixed paths
git-svn-id: http://moon:8086/svn/vhdl/trunk@1563 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -5,6 +5,7 @@ include $(LIB_PATH)/CPUs/MIPS/ghdl/mips_core.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
include $(LIB_PATH)/emac/ghdl/emac_jbus.inc
|
||||
include $(LIB_PATH)/VGA_ctrl/ghdl/vga_frontend_jb64.inc
|
||||
|
||||
# Configs
|
||||
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
|
||||
@@ -15,11 +16,6 @@ SRCS += ../src/sdram_config_sim.vhd
|
||||
# Clock Generator
|
||||
SRCS += ../src/clockgen.vhd
|
||||
|
||||
# UART
|
||||
SRCS += $(LIB_PATH)/uart/src/uart_types.vhd
|
||||
SRCS += $(LIB_PATH)/uart/src/sim/uart.vhd
|
||||
SRCS += $(LIB_PATH)/uart/src/uart_wb.vhd
|
||||
|
||||
# MIPS
|
||||
SRCS += $(MIPS_CORE_SRCS)
|
||||
|
||||
@@ -32,13 +28,7 @@ SRCS += $(LIB_PATH)/JBUS/memory/src/rom_wb.vhd
|
||||
SRCS += $(LIB_PATH)/rams/sim/src/dpram_1w1r2c_ro.vhd
|
||||
|
||||
# VGA
|
||||
SRCS += $(LIB_PATH)/VGA_ctrl/src/fonts/char_rom_c64.vhd
|
||||
SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_types.vhd
|
||||
SRCS += $(LIB_PATH)/VGA_ctrl/src/char_gen.vhd
|
||||
SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_sync.vhd
|
||||
SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_timing.vhd
|
||||
SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_backend.vhd
|
||||
SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_frontend_jb64.vhd
|
||||
SRCS += $(VGA_FRONTEND_JB64_SRCS)
|
||||
|
||||
# UART
|
||||
SRCS += $(LIB_PATH)/uart/src/uart_types.vhd
|
||||
|
||||
Reference in New Issue
Block a user