WebRISC-V
WebRISC-V copied to clipboard
WebRISC-V: A Web-Based Education-Oriented RISC-V Pipeline Simulation Environment [PHP]
WebRISC-V
WebRISC-V is a web-based graphical pipelined datapath simulation environment built for the RISC-V instruction set architecture. It is suitable for teaching how assembly level code is executed on the RISC-V pipelined architecture and for illustrating the Pipeline Architectural Elements.
WebRISC-V is online and ready for use
Publication
If you would like to cite WebRISC-V, please use this reference:
@InProceedings{Giorgi19-wcae,
author = {Giorgi, Roberto and Mariotti, Gianfranco},
title = {{WebRISC-V}: a Web-Based Education-Oriented RISC-V Pipeline Simulation Environment},
booktitle = "ACM Workshop on Computer Architecture Education (WCAE-19)",
address = "Phoenix, AX, (USA)",
pages = "1-6",
rkey = "",
surl = "",
month = "jun",
year = "2019",
url = "http://www.dii.unisi.it/~giorgi/papers/Giorgi19-wcae.pdf",
doi = "10.1145/3338698.3338894",
isbn= "978-1-4503-6842-1/19/06",
dxdo="http://doi.acm.org/",
scopus="2-s2.0-8507127341"
}
Features
- 5-stage Graphical Pipeline 32/64-bit Simulator
- Pipeline Schema taken and enhanced from Patterson's 'Computer Organization and Design: RISC-V Edition'
- Visualize every Architectural Element and the Data and Control paths
- Execute with or without Forwarding
- Change the Branch Hazard handling using the Delay Slot
- Keep track of the execution in the Pipeline
- Instruction Memory | Data Memory | Registers
- Show the execution trace with the Pipeline Table
- Interact with the execution through implemented syscalls on the Console
- Supported instructions are the full RV32I and RV64I Base Instruction Sets (excluding: fence) as well as the full RV32M and RV64M Standard Multiplication Extensions
- List of supported instructions with small Verilog descriptions available
- List of supported directives with small descriptions of meaning available
- RISC-V Assembly simple examples available
Documentation
For informations on usage, local installation and other topics, please refer to the WebRISC-V wiki.