- reduced sim time

git-svn-id: http://moon:8086/svn/vhdl/trunk@1450 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-22 17:10:22 +00:00
parent ca5f96d996
commit 55b8103189
+3 -4
View File
@@ -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
@@ -26,10 +26,9 @@ SRCS += ../src/tb_cordic_top.vhd
TARGET := cordic_top
ENTITY := tb_cordic_top
WITH_GHW := y
RUN_TIME := 2000us
RUN_TIME := 500us
#GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
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
# -------------------------------------------------