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

Verilog: introduce scope stack #949

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Verilog: introduce scope stack #949

merged 1 commit into from
Jan 29, 2025

Conversation

kroening
Copy link
Member

This adds a scope stack to the Verilog parser, to enable entering named scopes using the :: and member operators while parsing.

@kroening kroening force-pushed the scope-stack branch 2 times, most recently from 73a0445 to af0f545 Compare January 28, 2025 14:02
@kroening kroening marked this pull request as ready for review January 28, 2025 17:10
@kroening kroening force-pushed the scope-stack branch 2 times, most recently from baaf4df to 2a72a1c Compare January 29, 2025 12:13
@tautschnig
Copy link
Collaborator

It seems the parser changes need more work here: this is failing tests.

@kroening
Copy link
Member Author

It seems the parser changes need more work here: this is failing tests.

Will split into smaller bits.

This adds a scope stack to the Verilog parser, to enable entering named
scopes using the :: and member operators while parsing.
@tautschnig tautschnig merged commit caf378e into main Jan 29, 2025
9 checks passed
@tautschnig tautschnig deleted the scope-stack branch January 29, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants