Files
vhdl/projects/mac/Makefile
T
jens 3f1d7e4a15 - fixed makefile
git-svn-id: http://moon:8086/svn/vhdl/trunk@1437 cc03376c-175c-47c8-b038-4cd826a8556b
2021-03-21 16:37:51 +00:00

27 lines
711 B
Makefile

# -------------------------------------------------
# Global options
# -------------------------------------------------
LANG_STD := 93c
IEEE_STD := standard
WORK_DIR := work
WORK_LIB := work
# -------------------------------------------------
# Target options
# -------------------------------------------------
SRCS += ../../lib/fixed_ja/fixed_ja.vhd
SRCS += ../../lib/fixed_ja/fixed_ja_body.vhd
SRCS += ../../lib/PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += ../../lib/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += src/mac_top.vhd
SRCS += src/tb_mac_top.vhd
# -------------------------------------------------
# Compile
TARGET := tb_mac_top
ENTITY := tb_mac_top
WITH_GHW := y
include ../../Common/make/ghdl.mk