You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, copilot-bluespec–generated structs are given Bits instances, but nothing else. I propose that we also define FShow instances as well. These are very useful for printing out values in Bluespec applications, and we would be able to make use of these instances in the copilot-bluespec test suite itself.
The text was updated successfully, but these errors were encountered:
Currently,
copilot-bluespec
–generated structs are givenBits
instances, but nothing else. I propose that we also defineFShow
instances as well. These are very useful for printing out values in Bluespec applications, and we would be able to make use of these instances in thecopilot-bluespec
test suite itself.The text was updated successfully, but these errors were encountered: