aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synthesis.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synthesis.ads')
-rw-r--r--src/synth/synthesis.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synthesis.ads b/src/synth/synthesis.ads
index cac933572..703d190e0 100644
--- a/src/synth/synthesis.ads
+++ b/src/synth/synthesis.ads
@@ -24,5 +24,7 @@ with Netlists; use Netlists;
package Synthesis is
function Synth_Design (Design : Iir) return Module;
+ Global_Module : Module;
+
Synth_Error : exception;
end Synthesis;