diff options
Diffstat (limited to 'src')
-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; |