- added and moved

git-svn-id: http://moon:8086/svn/vhdl/trunk@1449 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-22 16:28:30 +00:00
parent a5b3234e99
commit ca5f96d996
4 changed files with 242 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# -------------------------------------------------
# Global options
# -------------------------------------------------
LANG_STD := 08
IEEE_STD := standard
WORK_LIB := work
# -------------------------------------------------
# Target options
# -------------------------------------------------
LIB_PATH := ../../../lib
SRCS := fixed_util_pkg.vhd
SRCS += test.vhd
# -------------------------------------------------
# Compile
TARGET := test08
ENTITY := test
WITH_GHW := y
RUN_TIME := 2000us
#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 += -frelaxed-rules
include ../../../Common/make/ghdl.mk
# -------------------------------------------------