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.
Before you begin, make sure you have the following tools installed:
- Node.js (version 20.19.4)
- Angular CLI (version 20.2.0)
- Git
git clone https://github.com/xarc/aeris.git
cd aeris- Navigate to the
aerisdirectory:cd aeris - Install dependencies:
npm install
- Navigate to the
aerisdirectory:cd aeris - Run the development server:
ng serve
- Open your browser and go to
http://localhost:4200.