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

fix: remove "ena" signal from the Chisel module IO #2

Closed
wants to merge 1 commit into from

Conversation

urish
Copy link
Member

@urish urish commented Nov 9, 2024

It's always 1 when the design is powered, so it's useless for digital designs.

We found that it can confuse users to think it's another input line they can control (which is not the case).

So IMHO it's better not to expose ena to the Chisel module.

It's always "1" when the design is powered, so it's useless, and we found that it can confuse users to think it's another input line they can control.
@urish urish requested a review from schoeberl November 9, 2024 14:43
@schoeberl
Copy link
Collaborator

Good idea!

@schoeberl schoeberl closed this Nov 12, 2024
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