rohd
rohd copied to clipboard
Make `Logic`'s `toString()` method more insightful
Motivation
The current toString
for Logic
just gives the type, name, and width. It could be more insightful than that.
Desired solution
It could show more information including the current value of the signal, the hierarchy where it is located (if available), and maybe some additional stuff.
Alternatives considered
Maybe it's nicer short and simple?
@mkorbel1 Let me try to look into this.
Sure, do you have some ideas on what might be good?
- Adding Hierarchy
- Showing the current value of the signals
- Logic's Name
- Width