Skip to content

Commit

Permalink
Tweaks to help message
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-r-s-hines committed Nov 17, 2024
1 parent c155421 commit ff2059e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
The datapath is closely based on the design described in <i>Computer Organization and Design RISC&#8209;V Edition</i>
</p>
<p>
You can write RISC&#8209;V assembly and set the initial registers and initial data memory, and then step through the demo. You
can input registers and memory as hex, unsigned decimal or signed decimal by using the dropdowns. While the demo is running, you
can use the side pane to view the current memory and registers and labels show the values on each wire. Most components and wires
also have a tooltip which gives more details on their functionality and current value.
You can write RISC&#8209;V assembly, set the initial registers and initial data memory, and then step through the demo. You
can input registers and memory as hex, unsigned decimal, or signed decimal by using the dropdowns in the editors. Use the
"Load Example" dropdown to select a pre-made assembly program to run. While the demo is running, you can use the side pane
to view the current memory and registers. Labels and tooltips on the diagram will show the state of each wire and component.
</p>
<p>
You can view the source or contribute on <a href="https://github.com/jesse-r-s-hines/RISC-V-Graphical-Datapath-Simulator" target="_blank">GitHub</a>.
Expand Down

0 comments on commit ff2059e

Please sign in to comment.