aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/python/libghdl.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-04 18:25:53 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-04 18:25:53 +0200
commit25f61f81547d51ecc3983eb5779813fb94ca90ef (patch)
tree0e23044abd1a51ecf41c362299aebd1b3d6e1525 /src/vhdl/python/libghdl.adb
parentf653b8b1328f2ec6d13f221ee6f9817091de91f6 (diff)
downloadghdl-25f61f81547d51ecc3983eb5779813fb94ca90ef.tar.gz
ghdl-25f61f81547d51ecc3983eb5779813fb94ca90ef.tar.bz2
ghdl-25f61f81547d51ecc3983eb5779813fb94ca90ef.zip
vhdl: adjust formatters and add python bindings.
Diffstat (limited to 'src/vhdl/python/libghdl.adb')
-rw-r--r--src/vhdl/python/libghdl.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/python/libghdl.adb b/src/vhdl/python/libghdl.adb
index cf87cb158..7226e5295 100644
--- a/src/vhdl/python/libghdl.adb
+++ b/src/vhdl/python/libghdl.adb
@@ -21,8 +21,10 @@ with Ghdllocal;
with Ghdlcomp;
with Errorout.Memory;
with Files_Map.Editor;
+with Vhdl.Formatters;
pragma Unreferenced (Errorout.Memory); -- At least from Ada code.
pragma Unreferenced (Files_Map.Editor);
+pragma Unreferenced (Vhdl.Formatters);
package body Libghdl is
function Set_Option (Opt : Thin_String_Ptr; Len : Natural) return Integer is