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: multiple port/wire/reg declarations per line results in misanalysis #2

Open
birdybro opened this issue Nov 20, 2022 · 0 comments

Comments

@birdybro
Copy link

From this discussion here I was referred to this repository:

github-linguist/linguist#6169

Here's an example of what I mean in the title:

https://github.com/birdybro/Nand2Tetris_MiSTer/blob/master/rtl/structural/ALU.v#L35
image

This is valid syntax, it's just easier than putting something like this there:

module c_ALU
(
input zx,
input nx,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant