Make `Logic`'s `toString()` method more insightful
Open
enhancement
good first issue
- Dominant language
- Dart
- Stars
- 489
- Forks
- 88
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 10
Description
## 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?
Contributor guide
Assessment
This issue has not been assessed yet.