git-svn-id: http://moon:8086/svn/vhdl/trunk@1453 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-22 17:31:40 +00:00
parent 0d70374cd0
commit d049b5824e
2 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@ WORK_LIB := work
# -------------------------------------------------
LIB_PATH := ../../../../lib
SRCS := $(LIB_PATH)/fixed/fixed_util_pkg.vhd
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_BODY.vhd
SRCS += ../src/cordic_pkg.vhd
@@ -24,10 +24,10 @@ SRCS += ../src/tb_cordic_pipe_top.vhd
# Compile
TARGET := cordic_pipe_top
ENTITY := tb_cordic_pipe_top
WITH_GHW := y
RUN_TIME := 2000us
WITH_VCD := y
RUN_TIME := 150us
GHDL_OPTS := -P../../../../Common/sim/ieee_proposed/modelsim/build/ghdl/ieee_proposed
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
include ../../../../Common/make/ghdl.mk
# -------------------------------------------------