git-svn-id: http://moon:8086/svn/vhdl/trunk@1552 cc03376c-175c-47c8-b038-4cd826a8556b
22 lines
819 B
PHP
22 lines
819 B
PHP
# -----------------------------------------------------------
|
|
include $(VHDL_HOME)/make/defs.mk
|
|
|
|
# -----------------------------------------------------------
|
|
PKG_NAME := VGA_BACKEND
|
|
|
|
# -----------------------------------------------------------
|
|
# Character generator
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/rams/sim/src/dpram_1w1r2c_ro.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/VGA_ctrl/src/fonts/char_rom_c64.vhd
|
|
|
|
# VGA
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_types.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/VGA_ctrl/src/char_gen.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_sync.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_timing.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_backend.vhd
|
|
|
|
# -----------------------------------------------------------
|
|
|