aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-03-07 21:26:05 +0100
committerTristan Gingold <tgingold@free.fr>2021-03-07 21:26:05 +0100
commitcf68e8c830db7ca7399d7589639040ecaafd8efd (patch)
tree4b4ef902d914a90626b15e5de7f9700bbceff224
parentcba859cacf8c6631146dbdaa0f297c060b5a68cd (diff)
downloadghdl-yosys-plugin-cf68e8c830db7ca7399d7589639040ecaafd8efd.tar.gz
ghdl-yosys-plugin-cf68e8c830db7ca7399d7589639040ecaafd8efd.tar.bz2
ghdl-yosys-plugin-cf68e8c830db7ca7399d7589639040ecaafd8efd.zip
ghdl.cc: adjust include path
-rw-r--r--src/ghdl.cc2
1 files changed, 1 insertions, 1 deletions
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;