From 97bfa1b9660357f64af0c0d01ab3887e93ed5994 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 13 Aug 2019 07:17:20 +0200 Subject: libghdl: preliminary work to also support synth. --- python/libghdl/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/libghdl') diff --git a/python/libghdl/__init__.py b/python/libghdl/__init__.py index 1a8120a97..1258a5643 100644 --- a/python/libghdl/__init__.py +++ b/python/libghdl/__init__.py @@ -77,6 +77,7 @@ libghdl = ctypes.CDLL(_libghdl_path) # Initialize it. libghdl.libghdl_init() +libghdl.libghdl__set_hooks_for_analysis() # Set the prefix in order to locate the vhdl libraries. libghdl.libghdl__set_exec_prefix( -- cgit v1.2.3