aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/synth/ghdlsynth.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/synth/ghdlsynth.h b/src/synth/ghdlsynth.h
index d8b5ec784..9b8a55221 100644
--- a/src/synth/ghdlsynth.h
+++ b/src/synth/ghdlsynth.h
@@ -128,6 +128,9 @@ namespace GhdlSynth {
// Disp ghdl configuration.
extern "C" void ghdlcomp__disp_config (void);
- // Initialize and finalize the whole library.
+ // Initialize the whole library.
extern "C" void libghdl_init (void);
+
+ // More initialization for synthesis.
+ extern "C" void ghdlsynth__init_for_ghdl_synth (void);
};