1
0
mirror of synced 2026-05-21 21:08:27 +00:00
Files
YosysHQ.yosys/passes
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-08 12:37:38 +12:00
2025-05-31 12:04:42 +12:00
2025-08-12 10:57:59 +12:00