- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1487 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
# -------------------------------------------------
|
||||||
|
# Includes
|
||||||
|
# -------------------------------------------------
|
||||||
|
include mix_cordic_pipe.inc
|
||||||
|
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
# Global options
|
# Global options
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
@@ -10,20 +15,14 @@ WORK_LIB := work
|
|||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
LIB_PATH := ../../../../lib
|
LIB_PATH := ../../../../lib
|
||||||
|
|
||||||
SRCS := $(LIB_PATH)/fixed/ieee_proposed/fixed_util_pkg.vhd
|
|
||||||
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
|
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
|
||||||
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
|
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
|
||||||
SRCS += $(LIB_PATH)/radio/cordic/src/cordic_pkg.vhd
|
SRCS += $(MIX_CORDIC_PIPE_SRCS)
|
||||||
SRCS += $(LIB_PATH)/radio/cordic/src/cordic_pipe_stage.vhd
|
|
||||||
SRCS += $(LIB_PATH)/radio/cordic/src/cordic_pipe_pre.vhd
|
|
||||||
SRCS += $(LIB_PATH)/radio/cordic/src/cordic_pipe_post.vhd
|
|
||||||
SRCS += $(LIB_PATH)/radio/cordic/src/cordic_pipe_top.vhd
|
|
||||||
SRCS += $(LIB_PATH)/radio/nco/src/mix_cordic.vhd
|
|
||||||
SRCS += $(LIB_PATH)/radio/nco/src/tb_mix_cordic.vhd
|
SRCS += $(LIB_PATH)/radio/nco/src/tb_mix_cordic.vhd
|
||||||
|
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
# Compile
|
# Compile
|
||||||
TARGET := mix_cordic
|
TARGET := tb_mix_cordic
|
||||||
ENTITY := tb_mix
|
ENTITY := tb_mix
|
||||||
WITH_VCD := y
|
WITH_VCD := y
|
||||||
RUN_TIME := 200us
|
RUN_TIME := 200us
|
||||||
Reference in New Issue
Block a user