From 25f61f81547d51ecc3983eb5779813fb94ca90ef Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 4 Jun 2019 18:25:53 +0200 Subject: vhdl: adjust formatters and add python bindings. --- src/vhdl/python/libghdl.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vhdl/python/libghdl.adb') 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 -- cgit v1.2.3