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 ports w/o direct correspondence to a net/variable #67

Open
povik opened this issue Nov 2, 2024 · 1 comment
Open

Support ports w/o direct correspondence to a net/variable #67

povik opened this issue Nov 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@povik
Copy link
Owner

povik commented Nov 2, 2024

Take the following input

module mymod (
	output .p1(r[3:0]),
	output .p2(r[7:4]));
logic [7:0] r;
endmodule

Ports p1, p2 are missing from the emitted netlist.

@povik povik added the bug Something isn't working label Nov 2, 2024
@povik
Copy link
Owner Author

povik commented Nov 21, 2024

Caught in a2c832f and raised an error for. This ticket is now to add support for this case instead of erroring out

@povik povik added enhancement New feature or request and removed bug Something isn't working labels Nov 21, 2024
@povik povik changed the title Frontend ignores ports w/o direct correspondence to a net/variable Support ports w/o direct correspondence to a net/variable Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant