mirror of https://github.com/YosysHQ/yosys.git
json: fix twine escaping
This commit is contained in:
parent
605a0e7de5
commit
3442960887
|
|
@ -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…
Reference in New Issue