-
Notifications
You must be signed in to change notification settings - Fork 12
Add an RFC for ValueCastable
formatting.
#58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also, I think |
I feel these are orthogonal concerns. Regardless of what happens in Verilog, you still want something to happen when these are printed in simulation, perhaps even something further overridable by the user on a However, if you wish to postpone this RFC until we come up with holistic design for |
I think I'm happy to proceed for the reason you stated, I just feel like the motivation section should put more emphasis on non-magical user-defined data types like Also you make a good point re: subclasses, formatting should definitely be overridable for |
One thing I'm wondering about for |
The problem with ... I guess I can do some simple binary-only printout? |
590d237
to
5f35006
Compare
OK, I have replaced the guide example wholesale. |
I suppose not, but we want some formatting for fixpoint numbers that's better than just "print the number of LSBs in decimal" because that's atrocious. It would have to be implemented by the means of this RFC or something similar. |
5f35006
to
c50555f
Compare
We have discussed this RFC on the 2024-03-25 weekly meeting. The disposition was to merge. We have not reached a consensus for the format character to be used for the |
c50555f
to
737ad61
Compare
Rendered