YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.5k stars 895 forks source link

frontends/ast.cc: special-case zero width strings as "\0" #4697

Closed georgerennie closed 2 weeks ago

georgerennie commented 3 weeks ago

Special cases zero width strings as "\0" as required by IEEE 1364-2005 5.2.3.3

The null string ( "") shall be considered equivalent to the ASCII NUL ("\0"), which has a value zero (0), which is different from a string "0".