Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

cfgnunes/urisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uRisc emulator

Emulador de processador uRISC.

Getting Started

Prerequisites

This section assumes Ubuntu 16.04 (also tested on Ubuntu 22.04), but the procedure is similar for other Linux distributions. The prerequisites to build the source is to install the following packages:

sudo apt -y install build-essential cmake

Build the project

To build the project, use:

mkdir build
cd build
cmake ..
cmake --build .

Built With

  • GCC - The GNU Compiler Collection
  • CMake - Build, test and package software