3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-04 21:39:14 +00:00
This commit is contained in:
Vaibhav Singh 2025-11-03 10:04:14 +01:00 committed by GitHub
commit a339f10163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -569,6 +569,7 @@ template <> struct IDMacroHelper<-1> {
} }
}; };
#undef ID
#define ID(_id) \ #define ID(_id) \
YOSYS_NAMESPACE_PREFIX IDMacroHelper< \ YOSYS_NAMESPACE_PREFIX IDMacroHelper< \
YOSYS_NAMESPACE_PREFIX lookup_well_known_id(#_id) \ YOSYS_NAMESPACE_PREFIX lookup_well_known_id(#_id) \