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

Analyze and improve constant support Verilog Parser #140

Open
thunder-hammer opened this issue May 25, 2021 · 0 comments
Open

Analyze and improve constant support Verilog Parser #140

thunder-hammer opened this issue May 25, 2021 · 0 comments

Comments

@thunder-hammer
Copy link
Collaborator

It would be useful to make sure the handling of constant assignments and port mappings makes sense, and compare with what we are doing with the EDIF parser/composer.

some example syntax

assign my_cable = 1'b0

and

module_name instance_name(.i(1'b0));

This may also be valid in a concatenation construct or top level ports. not sure about that though. Don't think i've seen it yet.

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

No branches or pull requests

1 participant