mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-08 07:03:11 +00:00
json: fix twine escaping
This commit is contained in:
parent
5a0a978938
commit
56b61efeda
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ struct JsonWriter
|
|||
|
||||
string get_name(TwineRef name)
|
||||
{
|
||||
return get_string(design->twines.str(name));
|
||||
return get_string(design->twines.unescaped_str(name));
|
||||
}
|
||||
|
||||
string get_bits(SigSpec sig)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue