Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

RISC_V SIMULATOR

Lab4_AI23BTECH11024_AI23BTECH11017

Intro

Lab4_AI23BTECH11024_AI23BTECH11017 is a tool designed to replicate the simulator like ripes.
Main goal is to run given RV64I assembly code accordingly with updating the registoers and memory accordingly.

Contents of the Archive

The Folder Lab4_AI23BTECH11024_AI23BTECH11017 has the follwing files:

  1. .c : source code file written in C language.
  2. Makefile : Complies the C code and generates an executable named riscv_sim.

Usage

Follow the steps as for LAB3 and then ,

make
./riscv_sim
  • now the commands like load, regs, run, etc ... will be taken from the user , runs the command and gives the corresponding desired output.
  • Output is displayed in the terminal