aboutsummaryrefslogtreecommitdiffstats
path: root/ghdl/ghdl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ghdl/ghdl.cc')
-rw-r--r--ghdl/ghdl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghdl/ghdl.cc b/ghdl/ghdl.cc
index 0fc1d0a..c5420e1 100644
--- a/ghdl/ghdl.cc
+++ b/ghdl/ghdl.cc
@@ -536,7 +536,7 @@ struct GhdlPass : public Pass {
log_header(design, "Executing GHDL.\n");
// Initialize the library. There is a counter in that function that protects against multiple calls.
- libghdlsynth_init ();
+ libghdl_init ();
if (args.size() == 2 && args[1] == "--disp-config") {
ghdlcomp__disp_config();