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

write_verilog: Making sure BUF cells are converted to expressions. #4163

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

QuantamHD
Copy link
Contributor

These were previously not being converted correctly leading to yosys internal cells being written to my netlist.

These were previously not being converted correctly leading to yosys
internal cells being written to my netlist.

Signed-off-by: Ethan Mahintorabi <[email protected]>
Copy link
Member

@povik povik left a comment

Choose a reason for hiding this comment

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

Looks good, the one comment is more of a call for discussion with anyone who wants to chime in

Copy link
Member

@povik povik left a comment

Choose a reason for hiding this comment

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

As is, this can generate invalid Verilog. Please remove the dump_attributes call then we can merge this.

@QuantamHD
Copy link
Contributor Author

As is, this can generate invalid Verilog. Please remove the dump_attributes call then we can merge this.

Done.

@QuantamHD QuantamHD requested a review from povik January 30, 2024 00:57
Copy link
Member

@povik povik left a comment

Choose a reason for hiding this comment

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

Thanks!

@povik povik merged commit 3537976 into YosysHQ:master Jan 30, 2024
16 checks passed
@QuantamHD QuantamHD deleted the fix_write_verilog branch January 30, 2024 15:38
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.

2 participants