aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-04-09 09:14:03 -0700
committerEddie Hung <eddie@fpgeh.com>2020-04-09 09:14:03 -0700
commit60ffc21e648693ca13000f83a72dff351de4c998 (patch)
treea63a4546012d7120bec7abd441f4c47ad4fcf20f /kernel/yosys.cc
parent7f33d43e3b8c7d362203cdc2b10eb5f3caf5cdbe (diff)
downloadyosys-60ffc21e648693ca13000f83a72dff351de4c998.tar.gz
yosys-60ffc21e648693ca13000f83a72dff351de4c998.tar.bz2
yosys-60ffc21e648693ca13000f83a72dff351de4c998.zip
kernel: include "kernel/constids.inc" instead of "constids.inc"
Diffstat (limited to 'kernel/yosys.cc')
-rw-r--r--kernel/yosys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/yosys.cc b/kernel/yosys.cc
index 380f7030b..6009d6647 100644
--- a/kernel/yosys.cc
+++ b/kernel/yosys.cc
@@ -516,7 +516,7 @@ void yosys_setup()
already_setup = true;
#define X(_id) RTLIL::ID::_id = "\\" # _id;
-#include "constids.inc"
+#include "kernel/constids.inc"
#undef X
#ifdef WITH_PYTHON