iverilog/tgt-vlog95
Lars-Peter Clausen 56efec8ed1 tgt-vlog95: Don't strip null-bytes from string literals in structural elements
The vlog95 backend currently strips null-bytes from strings in structural
elements. E.g. `assign y = "a\000b"` gets translated to `assign y = "ab"`.

This changes the behavior of the generated output compared to the input.
Don't ignore the null-bytes to make sure the behavior stays the same.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2023-01-02 16:22:46 -08:00
..
Makefile.in Update cppcheck to not run posix and add some -U flags 2021-01-02 13:23:59 -08:00
cppcheck.sup Update tgt- directories with cppcheck suggested fixes 2021-01-02 13:31:26 -08:00
event.c Add support for SV edge 2021-01-07 01:22:49 -08:00
expr.c Fix the vlog95 -> and <-> expression code for wide results 2020-12-01 00:04:00 -08:00
logic_lpm.c Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
misc.c tgt-vlog95: Don't strip null-bytes from string literals in structural elements 2023-01-02 16:22:46 -08:00
numbers.c tgt-vlog95: Don't strip leading null-bytes from string literals 2023-01-02 16:22:33 -08:00
scope.c Merge pull request #838 from larsclausen/ps-func-call-fix-width 2022-12-28 17:38:35 -08:00
stmt.c Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
udp.c vlog95: Major rework of nexus emitting code, etc. 2012-01-02 11:29:42 -08:00
vlog95-s.conf Renamed synthsplit to exposenodes. 2016-02-27 20:24:28 +00:00
vlog95.c Update main component Copyright to 2021 2021-01-10 14:32:30 -08:00
vlog95.conf vlog95: block generating a concat-Z LPM device in the compiler. 2013-02-13 19:19:21 -08:00
vlog95_priv.h Handle SV void functions in vlog95 target. 2019-11-09 16:14:09 +00:00