mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-05 22:06:04 +00:00
Merge a8ff020829 into 4011d72656
This commit is contained in:
commit
c958dd3152
21 changed files with 75 additions and 78 deletions
|
|
@ -607,6 +607,7 @@ namespace RTLIL {
|
|||
return unescape_id(str.str());
|
||||
}
|
||||
|
||||
[[deprecated("Use log_id() instead")]]
|
||||
static inline const char *id2cstr(const RTLIL::IdString &str) {
|
||||
return log_id(str);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue