Skip to content

xarc/aeris

Repository files navigation

ÆRIS - Advanced Educational RISC-V Interactive Simulator

GitHub repo size

This project is a RISC-V processor implemented in Typescript using Angular, allowing the execution of RISC-V assembly code from the RV32I instruction set. It was developed with the aim of providing an affordable implementation, allowing students, enthusiasts and developers to experiment and learn about this popular processor architecture.

Prerequisites

Before you begin, make sure you have the following tools installed:

Installation

Clone the Repository

git clone https://github.com/xarc/aeris.git
cd aeris

Install Dependencies

  1. Navigate to the aeris directory:
    cd aeris
  2. Install dependencies:
    npm install

Run the Application

  1. Navigate to the aeris directory:
    cd aeris
  2. Run the development server:
    ng serve
  3. Open your browser and go to http://localhost:4200.