diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-03-07 21:26:05 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-03-07 21:26:05 +0100 |
commit | cf68e8c830db7ca7399d7589639040ecaafd8efd (patch) | |
tree | 4b4ef902d914a90626b15e5de7f9700bbceff224 /src/ghdl.cc | |
parent | cba859cacf8c6631146dbdaa0f297c060b5a68cd (diff) | |
download | ghdl-yosys-plugin-cf68e8c830db7ca7399d7589639040ecaafd8efd.tar.gz ghdl-yosys-plugin-cf68e8c830db7ca7399d7589639040ecaafd8efd.tar.bz2 ghdl-yosys-plugin-cf68e8c830db7ca7399d7589639040ecaafd8efd.zip |
ghdl.cc: adjust include path
Diffstat (limited to 'src/ghdl.cc')
-rw-r--r-- | src/ghdl.cc | 2 |
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; |