3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-14 19:25:40 +00:00

json: fix twine escaping

This commit is contained in:
Emil J. Tywoniak 2026-07-13 13:07:23 +02:00
parent 605a0e7de5
commit 3442960887

View file

@ -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)