3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

kernel: include "kernel/constids.inc" instead of "constids.inc"

This commit is contained in:
Eddie Hung 2020-04-09 09:14:03 -07:00
parent 7f33d43e3b
commit 60ffc21e64
3 changed files with 3 additions and 3 deletions

View file

@ -377,7 +377,7 @@ namespace RTLIL
namespace ID {
#define X(_id) extern IdString _id;
#include "constids.inc"
#include "kernel/constids.inc"
#undef X
};