Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multi-line string for system verilog #4871

Open
KelvinChung2000 opened this issue Jan 28, 2025 · 0 comments
Open

Support for multi-line string for system verilog #4871

KelvinChung2000 opened this issue Jan 28, 2025 · 0 comments
Labels
feature-request SystemVerilog Issues and questions related to SystemVerilog

Comments

@KelvinChung2000
Copy link

Feature Description

In the System Verilog Specification chapter 5.9 stated:

A string literal shall be contained in a single line unless the newline character is immediately preceded by a
\ (backslash). In this case, the backslash and the newline character are ignored. There is no predefined limit
to the length of a string literal.

I would like to have support for this, mainly to aid the readability of very long attribute strings.

@KrystalDelusion KrystalDelusion added the SystemVerilog Issues and questions related to SystemVerilog label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request SystemVerilog Issues and questions related to SystemVerilog
Projects
None yet
Development

No branches or pull requests

2 participants