- fixed paths after refactoring
git-svn-id: http://moon:8086/svn/vhdl/trunk@1533 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -8,7 +8,7 @@ CUR_PATH := $(shell dirname $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
# -----------------------------------------------------------
|
||||
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
|
||||
SRCS += $(LIB_PATH)/rams/sim/dpram_1w1r2c_ro.vhd
|
||||
SRCS += $(LIB_PATH)/rams/sim/src/dpram_1w1r2c_ro.vhd
|
||||
SRCS += $(FIFO_ASYNC_SRCS)
|
||||
SRCS += $(LIB_PATH)/emac/src/sipo.vhd
|
||||
SRCS += $(LIB_PATH)/emac/src/crc32.vhd
|
||||
|
||||
@@ -9,7 +9,7 @@ CUR_PATH := $(shell dirname $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
# -----------------------------------------------------------
|
||||
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
|
||||
SRCS += $(LIB_PATH)/rams/sim/dpram_1w1r2c_ro.vhd
|
||||
SRCS += $(LIB_PATH)/rams/sim/src/dpram_1w1r2c_ro.vhd
|
||||
SRCS += $(FIFO_SYNC_SRCS)
|
||||
SRCS += $(FIFO_ASYNC_SRCS)
|
||||
SRCS += $(LIB_PATH)/emac/src/piso.vhd
|
||||
|
||||
Reference in New Issue
Block a user