diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-08-13 07:53:09 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-08-13 07:53:09 +0200 |
commit | 7e91b1419cde2a00c9288c02cda256a054ed6a3f (patch) | |
tree | 10dcb172a22c93dd74adda6e8e6e0ed1677e95fb /src/vhdl/libghdl | |
parent | 9d61a62f96dc4897dadbf88f5f4ee199d20e0f8f (diff) | |
download | ghdl-7e91b1419cde2a00c9288c02cda256a054ed6a3f.tar.gz ghdl-7e91b1419cde2a00c9288c02cda256a054ed6a3f.tar.bz2 ghdl-7e91b1419cde2a00c9288c02cda256a054ed6a3f.zip |
libghdl: also add synthesis part. For #884
Diffstat (limited to 'src/vhdl/libghdl')
-rw-r--r-- | src/vhdl/libghdl/libghdl.ads | 2 |
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. |