aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-14 09:59:47 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-14 09:59:47 +0200
commitbee2be6d440c1565ce495cb8ff7f7f2056259329 (patch)
tree5e19ffb1ba24c22f445e064e9e549d5eaaa19226 /src
parent3adde4d0250edb602c521885a543c49fb4356dcf (diff)
downloadghdl-bee2be6d440c1565ce495cb8ff7f7f2056259329.tar.gz
ghdl-bee2be6d440c1565ce495cb8ff7f7f2056259329.tar.bz2
ghdl-bee2be6d440c1565ce495cb8ff7f7f2056259329.zip
ghdlsynth: declare init_for_ghdl_synth.
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);
};