- fixed aysnc_def
git-svn-id: http://moon:8086/svn/vhdl/trunk@1545 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -57,12 +57,14 @@ SRCS += $(LIB_PATH)/JBUS/gpio/src/gpio_wb.vhd
|
||||
# LCD
|
||||
SRCS += $(LIB_PATH)/misc/lcd_port.vhd
|
||||
|
||||
# Flash and USB
|
||||
# Async port
|
||||
SRCS += $(LIB_PATH)/JBUS/async_port/src/async_types.vhd
|
||||
SRCS += $(LIB_PATH)/JBUS/async_port/src/async_port_wb.vhd
|
||||
SRCS += $(LIB_PATH)/JBUS/flash_port/src/flash_port_wb.vhd
|
||||
SRCS += ../src/async_defs_sim.vhd
|
||||
|
||||
# Flash and USB
|
||||
SRCS += $(LIB_PATH)/JBUS/flash_port/src/flash_port_wb.vhd
|
||||
|
||||
# Sync SRAM
|
||||
SRCS += $(LIB_PATH)/SSRAM/src/package_utility.vhd
|
||||
SRCS += $(LIB_PATH)/SSRAM/src/CY7C1354B.vhd
|
||||
@@ -88,11 +90,6 @@ SRCS += $(LIB_PATH)/ac97_ctrl/src/core/ac97_wb.vhd
|
||||
# Ethernet MAC
|
||||
SRCS += $(EMAC_JBUS_SRCS)
|
||||
|
||||
# Async port
|
||||
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
|
||||
|
||||
# Top and TB
|
||||
SRCS += ../src/mips_sys_sim.vhd
|
||||
SRCS += ../src/tb_mips_sys.vhd
|
||||
|
||||
Reference in New Issue
Block a user