1
0
mirror of synced 2026-05-21 12:59:27 +00:00
Files
YosysHQ.yosys/kernel
Jannis Harder ca9d1e5fd8 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-08 14:28:56 +02: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 13:18:19 +12:00
2025-05-12 12:48:01 +12:00
2025-03-19 13:43:44 +01:00
2025-08-15 05:43:53 +00:00
2025-08-06 13:52:12 +12:00
2025-08-06 13:52:12 +12:00
2024-12-03 13:15:33 +13:00
2025-08-06 13:52:12 +12:00
2025-08-06 21:34:37 +01:00
2025-08-08 01:35:33 +02:00
2024-02-06 18:01:26 +01:00
2025-04-08 11:58:05 +12:00
2025-01-14 12:39:15 +01:00