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

Syntax of Label and Process on separate lines #144

Open
Remillard opened this issue Sep 18, 2019 · 1 comment
Open

Syntax of Label and Process on separate lines #144

Remillard opened this issue Sep 18, 2019 · 1 comment

Comments

@Remillard
Copy link
Owner

A style like:

reset_del : 
process (reset_n, sysclk)
begin

does not properly scope the label, though it does correctly capture the process.

@Remillard
Copy link
Owner Author

Okay, I think this one is not currently possible without a MAJOR reworking of the syntax file. Basically a capture will not extend over newlines. To make this happen, instead of having a label be an optional part of every statement, I'd have to have a label be its own entity that branched into every statement it could become. That's not impossible but decidedly non-trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant