3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 21:50:54 +00:00

Revert "verilog: add support for SystemVerilog string literals."

This reverts commit 5feb1a1752.
This commit is contained in:
Emil J. Tywoniak 2025-07-10 21:14:38 +02:00
parent 8a76eba891
commit 5ae0120134
4 changed files with 47 additions and 386 deletions

View file

@ -379,6 +379,3 @@ 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).