From cf68e8c830db7ca7399d7589639040ecaafd8efd Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 7 Mar 2021 21:26:05 +0100 Subject: ghdl.cc: adjust include path --- src/ghdl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ghdl.cc b/src/ghdl.cc index 413d371..de06f1f 100644 --- a/src/ghdl.cc +++ b/src/ghdl.cc @@ -27,7 +27,7 @@ USING_YOSYS_NAMESPACE #ifdef YOSYS_ENABLE_GHDL -#include "ghdlsynth.h" +#include "ghdl/synth.h" using namespace GhdlSynth; -- cgit v1.2.3