[Pkg-electronics-commits] [ghdl] 02/02: synopsys.ghdllib: Add compilation sources for VHDL-2008
Andreas E. Bombe
aeb at moszumanska.debian.org
Fri Feb 2 03:24:12 UTC 2018
This is an automated email from the git hooks/post-receive script.
aeb pushed a commit to branch master
in repository ghdl.
commit 04366284f5ed67c7e14cabf6a8e8a242da591a90
Author: Andreas Bombe <aeb at debian.org>
Date: Fri Feb 2 04:17:58 2018 +0100
synopsys.ghdllib: Add compilation sources for VHDL-2008
Even though not supported by the GHDL openieee, this will install the
Synopsys libraries when a full IEEE standard library is available.
---
debian/synopsys.ghdllib | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/synopsys.ghdllib b/debian/synopsys.ghdllib
index a794acc..6c46cc7 100644
--- a/debian/synopsys.ghdllib
+++ b/debian/synopsys.ghdllib
@@ -4,7 +4,6 @@ work = ieee
copywork = yes
subdir = synopsys
depends = ieee
-standards = 87 93
[compile]
@@ -12,12 +11,18 @@ standards = 87 93
sources = synopsys/std_logic_arith.vhdl
synopsys/std_logic_unsigned.vhdl
synopsys/std_logic_signed.vhdl
- synopsys/std_logic_misc.vhdl synopsys/std_logic_misc-body.vhdl
+ synopsys/std_logic_misc.vhdl synopsys/std_logic_misc-body.vhdl
synopsys/std_logic_textio.vhdl
[compile 93]
sources = synopsys/std_logic_arith.vhdl
synopsys/std_logic_unsigned.vhdl
synopsys/std_logic_signed.vhdl
- synopsys/std_logic_misc.vhdl synopsys/std_logic_misc-body.vhdl
+ synopsys/std_logic_misc.vhdl synopsys/std_logic_misc-body.vhdl
synopsys/std_logic_textio.vhdl
+
+[compile 08]
+sources = synopsys/std_logic_arith.vhdl
+ synopsys/std_logic_unsigned.vhdl
+ synopsys/std_logic_signed.vhdl
+ synopsys/std_logic_misc.v08 synopsys/std_logic_misc-body.v08
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/ghdl.git
More information about the Pkg-electronics-commits
mailing list