Enable cosim access to hierarchically reference signals in SystemVerilog modules and submodules
Open
enhancement
- Dominant language
- Dart
- Stars
- 29
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
There's already support for accessing registered ports of `ExternalSystemVerilogModule`s, but it would be cool to be able to access other non-port signals in modules or submodules in the SystemVerilog.
This opens the question of "listening" to other signals in addition to just driving them. Also, this could overlap with inputs, should we be able to listen to those as well? What about handling of infinite loops of listening?
What if you have a ROHD module, within a SystemVerilog module, within a ROHD module? To access relative signals from ROHD to ROHD would require context of their relative hierarchies.
Contributor guide
Assessment
This issue has not been assessed yet.