mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-19 10:52:03 +00:00
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:
parent
a519390fc4
commit
e17ed5df88
4 changed files with 385 additions and 47 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue