aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/libghdl/libghdl.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-13 07:53:09 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-13 07:53:09 +0200
commit7e91b1419cde2a00c9288c02cda256a054ed6a3f (patch)
tree10dcb172a22c93dd74adda6e8e6e0ed1677e95fb /src/vhdl/libghdl/libghdl.ads
parent9d61a62f96dc4897dadbf88f5f4ee199d20e0f8f (diff)
downloadghdl-7e91b1419cde2a00c9288c02cda256a054ed6a3f.tar.gz
ghdl-7e91b1419cde2a00c9288c02cda256a054ed6a3f.tar.bz2
ghdl-7e91b1419cde2a00c9288c02cda256a054ed6a3f.zip
libghdl: also add synthesis part. For #884
Diffstat (limited to 'src/vhdl/libghdl/libghdl.ads')
-rw-r--r--src/vhdl/libghdl/libghdl.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/libghdl/libghdl.ads b/src/vhdl/libghdl/libghdl.ads
index 4d1595a10..7d69cde23 100644
--- a/src/vhdl/libghdl/libghdl.ads
+++ b/src/vhdl/libghdl/libghdl.ads
@@ -18,6 +18,8 @@
with Types; use Types;
with Vhdl.Nodes; use Vhdl.Nodes;
+with Ghdlsynth_Maybe;
+pragma Unreferenced (Ghdlsynth_Maybe);
package Libghdl is
-- Perform early initializations, and set hooks.