3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-20 06:05:50 +00:00
This commit is contained in:
Akash Levy 2025-09-23 00:40:20 -07:00
commit ab006776d0
6 changed files with 14 additions and 10 deletions

View file

@ -48,7 +48,7 @@ int RTLIL::IdString::last_created_idx_[8];
int RTLIL::IdString::last_created_idx_ptr_;
#endif
#define X(N) const RTLIL::IdString RTLIL::ID::N(RTLIL::StaticId::N);
#define X(_id) const RTLIL::IdString RTLIL::IDInternal::_id(RTLIL::StaticId::_id);
#include "kernel/constids.inc"
#undef X