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
This issue will be used to track my progress on adding a dynamic ISA reference to Ripes. Feel free to let me know if you have any ideas on how this feature could be improved. Any ideas on how to improve the UI of this feature are very welcome.
The purpose of this feature is to provide an easy way for users to reference details from an ISA while within Ripes. This will be mainly implemented in two Excel-like tables containing all the ISA's instructions and pseudo-instructions. One table will be used for encoding these instructions and the other will be for decoding. Both of these tables will be filterable to make it easier for users to search for instructions.
Along with the reference table, other places where instructions show up in the Ripes UI should also somehow link to the instruction's reference. This could be implemented in a tooltip that shows the reference details when hovering over an instruction.
There are a few things to consider while implementing this feature:
As the Ripes project plans to support more instruction sets in the future, this feature should be flexible enough to support many ISAs, not just RISC-V
What instruction details should be displayed in the tables?
How should each detail be displayed? (text, colored text, graph, interactivity, etc.)
Besides the reference table, where else should these ISA details show up? (tooltips, menus, etc.)
The text was updated successfully, but these errors were encountered:
Current level of detail seems appropriate for the Encoders, except "Explanation" Column, I think there is no reason why we should have it there since explanations could be long. Explanations could be just popups over "Description" column cells
Showing the immediate encoding row below some instructions could be optional, a good option should be showing it when clicking the "imm" cell next to it, and a global checkbox for showing/hiding all
Ctrl+click on any assembly name could bring you to the sliderules tab, hovering just brings up fields+immedate encoding. This happens in the Editor Tab in the assembled code, in the Processor tab on the instruction over the processor scheme and in the bottom right instruction memory panel
This issue will be used to track my progress on adding a dynamic ISA reference to Ripes. Feel free to let me know if you have any ideas on how this feature could be improved. Any ideas on how to improve the UI of this feature are very welcome.
The purpose of this feature is to provide an easy way for users to reference details from an ISA while within Ripes. This will be mainly implemented in two Excel-like tables containing all the ISA's instructions and pseudo-instructions. One table will be used for encoding these instructions and the other will be for decoding. Both of these tables will be filterable to make it easier for users to search for instructions.
Along with the reference table, other places where instructions show up in the Ripes UI should also somehow link to the instruction's reference. This could be implemented in a tooltip that shows the reference details when hovering over an instruction.
There are a few things to consider while implementing this feature:
The text was updated successfully, but these errors were encountered: