We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type of issue: feature request
Impact: API addition (no impact on existing code)
Development Phase: request
Other information
Please see request at chipsalliance/rocket-chip#1363
If the current behavior is a bug, please provide the steps to reproduce the problem:
Not a bug
What is the current behavior?
Cannot access the current Module
What is the expected behavior?
Would like to access the current Module
Please tell us about your environment:
What is the use case for changing the behavior?
Access the current Module similarly to how Module.clock and Module.reset provide access to those values.
Module.clock
Module.reset
The text was updated successfully, but these errors were encountered:
Add Module.currentModule for getting a reference to the current Module
b116437
Resolves #809
Add Module.currentModule for getting a reference to the current Module (
297e9fa
#810) Resolves #809
No branches or pull requests
Type of issue: feature request
Impact: API addition (no impact on existing code)
Development Phase: request
Other information
Please see request at chipsalliance/rocket-chip#1363
If the current behavior is a bug, please provide the steps to reproduce the problem:
Not a bug
What is the current behavior?
Cannot access the current Module
What is the expected behavior?
Would like to access the current Module
Please tell us about your environment:
What is the use case for changing the behavior?
Access the current Module similarly to how
Module.clock
andModule.reset
provide access to those values.The text was updated successfully, but these errors were encountered: