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

Disallow @external outside main #1043

Merged
merged 5 commits into from
Jun 18, 2022
Merged

Disallow @external outside main #1043

merged 5 commits into from
Jun 18, 2022

Conversation

rachitnigam
Copy link
Contributor

Fixes #987.

fn same_type(proto_out: &CellType, proto_in: &CellType) -> CalyxResult<()> {
match (proto_out, proto_in) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@paili0628 CellType implements Eq and therefore does not require manually equality comparison. Does this make sense?

@rachitnigam rachitnigam enabled auto-merge (squash) June 18, 2022 19:06
@rachitnigam rachitnigam merged commit b5652a5 into master Jun 18, 2022
@rachitnigam rachitnigam deleted the disallow-external branch June 18, 2022 19:34
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

Successfully merging this pull request may close these issues.

Disallow @external in subcomponents when generating verilog
1 participant