- added Makefile which calls all *.make
- fixed paths after refactoring git-svn-id: http://moon:8086/svn/vhdl/trunk@1513 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -5,7 +5,7 @@ LIB_PATH := $(ROOT_PATH)/lib
|
||||
CUR_PATH := $(shell dirname $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
# -----------------------------------------------------------
|
||||
SRCS := $(LIB_PATH)/rams/dpram_1w1r2c_ra_sim.vhd
|
||||
SRCS := $(LIB_PATH)/rams/sim/dpram_1w1r2c_ra.vhd
|
||||
SRCS += $(LIB_PATH)/FIFO/src/fifo_ctrl_pkg.vhd
|
||||
SRCS += $(LIB_PATH)/FIFO/src/gray_counter.vhd
|
||||
SRCS += $(LIB_PATH)/FIFO/src/fifo_async_ctrl.vhd
|
||||
|
||||
@@ -5,7 +5,7 @@ LIB_PATH := $(ROOT_PATH)/lib
|
||||
CUR_PATH := $(shell dirname $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
# -----------------------------------------------------------
|
||||
SRCS := $(LIB_PATH)/rams/dpram_1w1r2c_ra_sim.vhd
|
||||
SRCS := $(LIB_PATH)/rams/sim/dpram_1w1r2c_ra.vhd
|
||||
SRCS += $(LIB_PATH)/FIFO/src/fifo_ctrl_pkg.vhd
|
||||
SRCS += $(LIB_PATH)/FIFO/src/fifo_sync_ctrl.vhd
|
||||
SRCS += $(LIB_PATH)/FIFO/src/fifo_sync.vhd
|
||||
|
||||
Reference in New Issue
Block a user