- added missing IPF project files
- improved GHDL build script git-svn-id: http://moon:8086/svn/vhdl/trunk@1432 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# -------------------------------------------------
|
||||
# Compile script for GHDL
|
||||
# -------------------------------------------------
|
||||
|
||||
# -------------------------------------------------
|
||||
# Global options
|
||||
# -------------------------------------------------
|
||||
LANG_STD := 93c
|
||||
IEEE_STD := standard
|
||||
WORK_DIR := ieee_proposed
|
||||
WORK_LIB := ieee_proposed
|
||||
|
||||
|
||||
# -------------------------------------------------
|
||||
# Target options
|
||||
# -------------------------------------------------
|
||||
TARGET := ghdl
|
||||
|
||||
SRCS := standard_additions_c.vhdl
|
||||
SRCS += standard_textio_additions_c.vhdl
|
||||
SRCS += env_c.vhdl
|
||||
SRCS += std_logic_1164_additions.vhdl
|
||||
SRCS += numeric_std_additions.vhdl
|
||||
SRCS += numeric_std_unsigned_c.vhdl
|
||||
SRCS += fixed_float_types_c.vhdl
|
||||
SRCS += fixed_pkg_c.vhdl
|
||||
SRCS += float_pkg_c.vhdl
|
||||
|
||||
include ../../../make/ghdl.mk
|
||||
|
||||
Reference in New Issue
Block a user