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

fixing verilog placeholder pass #277

Open
wants to merge 8 commits into
base: pymtl4.0-dev
Choose a base branch
from

Conversation

KelvinChung2000
Copy link

The placeholder pass wrapper does not add a clock and reset signal, even when the metadata is set, which causes a missing pin warning from Verilator.

Furthermore, the name of the clock and reset might vary between designs; two new parameters are added so that the user can define the name of the clock signal and the reset signal.

@cbatten
Copy link
Contributor

cbatten commented May 31, 2024

@ptpan can you take a look?

@yo96
Copy link
Contributor

yo96 commented Jun 3, 2024

Hmm.. As I recall we had support for this before. Not sure why it is missing?

Improve index handling in Bits and Signal classes
@KelvinChung2000
Copy link
Author

I also saw that in the Doc, which surprised me, this is not working. When I do a repo-wide search, the has_clk and has_reset are never set to true anywhere. Maybe the feature forgot merging into main?

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.

3 participants