Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 689 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 689 Bytes

RISCV-32I SIMULATOR

Table of contents
- Directory Structure
- How to Run the Application

Directory Structure

Release

  • includes the assets and .exe file to run the program

Design

  • decribes the design specifications of this simulator

Src

  • includes main.dart on which the whole software is based
  • also includes backend which includes the algorithms for respective segments

Test

  • includes three .mc files for testing

How to Run the Application

  1. Open the Release folder and run arch.exe after extracting.
  2. Choose the type of execution.
  3. Select a .mc file.
  4. Leave the rest up to the program.
  5. And.... Have fun learning!!