Closed
Description
Currently (or, once RFC 50 is implemented), Value
s can be formatted and printed using the Format
+ Print
mechanism. However, there is no support for pretty-printing custom ValueCastable
such as data.View
or Amaranth Enum
. A mechanism for such should be designed and proposed via the RFC process.
Activity
whitequark commentedon Mar 4, 2024
Should this be on 0.5 roadmap or not?
wanda-phi commentedon Mar 4, 2024
shrug I don't really know. I think yes iff we can pull this off for
lib.data
+lib.enum
without eg. getting blocked on support on the yosys side.whitequark commentedon Mar 4, 2024
OK, leaving off milestone for now.
whitequark commentedon Mar 18, 2024
RFC for this feature: amaranth-lang/rfcs#58
wanda-phi commentedon Apr 13, 2024
Obsoleted by #1243