1
0
mirror of synced 2026-04-26 12:18:43 +00:00
Files
YosysHQ.yosys/kernel
Jannis Harder b6db32873d Add IdString const &id_string() const to StaticIdString and IdString
The vast majority of ID(...) uses are in a context that is overloaded
for StaticIdString or will cause implicit conversion to an IdString
constant reference. For some sufficently overloaded contexts, implicit
conversion may fail, so it's useful to have a method to force obtaining
a `IdString const &` from an ID(...) use.

When turning all literal IdStrings of the codebase into StaticIdStrings
this was needed in exactly one place, for which this commit adds an
`id_string()` call.
2025-09-09 09:56:55 +12:00
..
2025-08-18 19:57:45 +02:00
2024-11-29 12:53:29 +13:00
2024-12-18 15:09:25 +01:00
2025-04-26 18:34:21 +02:00
2025-08-12 10:57:58 +12:00
2025-03-18 13:51:09 +01:00
2024-09-05 11:17:12 +02:00
2025-05-12 12:48:01 +12:00
2025-03-19 13:43:44 +01:00
2025-09-01 23:34:42 +00:00
2025-09-01 23:34:42 +00:00
2025-08-06 13:52:12 +12:00
2025-08-06 13:52:12 +12:00
2025-09-01 23:34:42 +00:00
2025-09-01 23:34:42 +00:00
2025-08-06 13:52:12 +12:00
2025-08-06 21:34:37 +01:00
2024-02-06 18:01:26 +01:00
2025-01-14 12:39:15 +01:00