mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-24 14:41:31 +00:00
Merge a8ff020829 into 8ea51e1479
This commit is contained in:
commit
d3e9455730
21 changed files with 75 additions and 78 deletions
|
|
@ -752,6 +752,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