Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information