verilog: add support for SystemVerilog string literals.
Differences are new escape sequences (including escaped newline continuations and hex escapes) and triple-quoted literals.
This commit is contained in:
committed by
Emil J. Tywoniak
parent
105a3cd32d
commit
4ffd05af6f
@@ -379,3 +379,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).
|
||||
|
||||
Reference in New Issue
Block a user