rocket-chip
rocket-chip copied to clipboard
Does LazyModuleImpl support manual clock connection and no prefix in auto?
Type of issue: other enhancement
Impact: API addition (no impact on existing code)
Development Phase: request
Other information
I have two questions that I have not found these two functions in current Diplomacy framework.
- I want to change hasPrefix attribute to false in auto in LazyModuleImpl, so that there will be no prefix in io signals in verilog
- I want to change the automatical connection of implicit clock and reset between LazyModuleImpl, because different LazyModuleImpl may have different main clock and reset
For these two questions above, I have not found a solution to any of them.
Please tell me if there is a solution, great thanks. If there is not a solution in latest version, these two question may become feature requests.
Great Thanks.