Skip to content

Implementation of a basic RISC microprocessor based on ARM architecture. Course project for ICOM4215.

Notifications You must be signed in to change notification settings

milton-pagan/basic-risc-microprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic RISC Microprocessor

Implementation of a basic RISC microprocessor based on ARM architecture. A course project for ICOM4215 (Computer Architecture).

Usage

A makefile is included that simplifies compiling and running test modules.

To compile and run all tests in the src/tests directory do:
make test

To compile and run a specific test file in the tests directory do:
make test-one test=test_name.v

Can also use clean target to delete compiled binaries in bin directory:
make clean

About

Implementation of a basic RISC microprocessor based on ARM architecture. Course project for ICOM4215.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published