yosys/backends/cxxrtl
Catherine 43ddd89ba5 cxxrtl: fix `escape_c_string` hex literal fiasco.
In C and C++, a `\x` escape sequence consumes as many hexadecimal digits
as there are available, so it is not composable with arbitrary alnum
characters afterwards. An octal escape sequence like `\000` always has
fixed width, avoiding an issue where `\x01c` and `\x1c` produce the same
string.
2024-05-08 02:55:17 +00:00
..
runtime cxxrtl: fix close of invalid fd in spool destructor. 2024-05-08 00:46:10 +00:00
Makefile.inc cxxrtl: install `cxxrtl_time.h` and `cxxrtl_replay.h`. 2024-02-26 17:55:56 +00:00
cxxrtl_backend.cc cxxrtl: fix `escape_c_string` hex literal fiasco. 2024-05-08 02:55:17 +00:00