aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-06 18:16:43 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-06 18:16:43 +0200
commitdec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f (patch)
tree3413649549f66b58270f2262cc651e9731deecd6 /src/vhdl
parentf325fa6fc787f23239d8de2a41a6d9c37d23b991 (diff)
downloadghdl-dec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f.tar.gz
ghdl-dec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f.tar.bz2
ghdl-dec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f.zip
vhdl: adjust python after renaming.
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/python/libghdl.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/python/libghdl.ads b/src/vhdl/python/libghdl.ads
index 0ee9fb7fd..dbc6b260e 100644
--- a/src/vhdl/python/libghdl.ads
+++ b/src/vhdl/python/libghdl.ads
@@ -17,7 +17,7 @@
-- 02111-1307, USA.
with Types; use Types;
-with Iirs; use Iirs;
+with Vhdl.Nodes; use Vhdl.Nodes;
package Libghdl is
-- To be called before Analyze_Init to set command line options.