Files
vhdl/lib/fixed_ja/tb_eval_fixed_ja.Makefile
T
jens c3488bcd1a - renamed
git-svn-id: http://moon:8086/svn/vhdl/trunk@1461 cc03376c-175c-47c8-b038-4cd826a8556b
2021-03-22 18:55:10 +00:00

27 lines
727 B
Makefile

# -------------------------------------------------
# Global options
# -------------------------------------------------
LANG_STD := 93c
IEEE_STD := standard
WORK_LIB := work
# -------------------------------------------------
# Target options
# -------------------------------------------------
SRCS += ../PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += ../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += fixed_ja.vhd
SRCS += fixed_ja_body.vhd
SRCS += eval_fixed_ja.vhd
SRCS += tb_eval_fixed_ja.vhd
# -------------------------------------------------
# Compile
TARGET := tb_eval_fixed_ja
ENTITY := tb_eval_fixed_ja
WITH_GHW := y
RUN_TIME := 2000us
include ../../Common/make/ghdl.mk
# -------------------------------------------------