From f405d16f41bead6c8785eae1a468640b61941ec6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 14 Aug 2019 09:42:23 +0200 Subject: Build with libghdl (WIP). --- ghdl/ghdl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ghdl/ghdl.cc') 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(); -- cgit v1.2.3