1
0
mirror of synced 2026-04-26 04:08:28 +00:00

Merge pull request #5192 from garytwong/multiline-string

verilog: support newline and hex escapes in string literals
This commit is contained in:
KrystalDelusion
2025-07-08 10:27:01 +12:00
committed by GitHub
4 changed files with 386 additions and 47 deletions

View File

@@ -381,3 +381,6 @@ from SystemVerilog:
will process conditionals using these keywords by annotating their
representation with the appropriate ``full_case`` and/or ``parallel_case``
attributes, which are described above.)
- SystemVerilog string literals are supported (triple-quoted strings and
escape sequences such as line continuations and hex escapes).