- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1541 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
include ../../../../lib/FIFO/ghdl/fifo_sync.inc
|
||||
include ../../../../lib/filter/ghdl/fir_semi_parallel.inc
|
||||
include ../../../../lib/radio/nco/ghdl/mix_cordic_pipe.inc
|
||||
include ../../../../lib/radio/decimator/CIC/ghdl/cic_decim_pipe.inc
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
|
||||
ROOT_PATH := ../../../..
|
||||
LIB_PATH := $(ROOT_PATH)/lib
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/filter/ghdl/fir_semi_parallel.inc
|
||||
include $(LIB_PATH)/radio/nco/ghdl/mix_cordic_pipe.inc
|
||||
include $(LIB_PATH)/radio/decimator/CIC/ghdl/cic_decim_pipe.inc
|
||||
|
||||
SRCS += $(FIFO_SYNC_SRCS)
|
||||
SRCS += $(FIR_SEMI_PARALLEL_SRCS)
|
||||
@@ -23,5 +22,5 @@ RUN_TIME := 100us
|
||||
|
||||
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
|
||||
|
||||
include $(ROOT_PATH)/Common/make/ghdl.mk
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
include ../../../../lib/FIFO/ghdl/fifo_sync.inc
|
||||
include ../../../../lib/FIFO/ghdl/fifo_async.inc
|
||||
include ../../../../lib/filter/ghdl/fir_semi_parallel.inc
|
||||
include ../../../../lib/radio/nco/ghdl/mix_cordic_pipe.inc
|
||||
include ../../../../lib/radio/decimator/CIC/ghdl/cic_decim_pipe.inc
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
|
||||
ROOT_PATH := ../../../..
|
||||
LIB_PATH := $(ROOT_PATH)/lib
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
include $(LIB_PATH)/filter/ghdl/fir_semi_parallel.inc
|
||||
include $(LIB_PATH)/radio/nco/ghdl/mix_cordic_pipe.inc
|
||||
include $(LIB_PATH)/radio/decimator/CIC/ghdl/cic_decim_pipe.inc
|
||||
|
||||
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
|
||||
SRCS += $(FIFO_SYNC_SRCS)
|
||||
@@ -27,5 +26,5 @@ RUN_TIME := 100us
|
||||
|
||||
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
|
||||
|
||||
include $(ROOT_PATH)/Common/make/ghdl.mk
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user