- added and moved
git-svn-id: http://moon:8086/svn/vhdl/trunk@1449 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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
|
||||
# -------------------------------------------------
|
||||
Reference in New Issue
Block a user