Skip to content

cjswright/cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipelined CPU for Wramp

This implements a pipelined CPU for the Wramp architecture.

Very WIP!

Building

Use CMake to build in the usual way:

mkdir build
cd build
cmake -GNinja ..
ninja

... alternatively use the bootstrap.sh to setup, and then run the run.sh script which will run the linter and simulation:

# First boostrap it...
./bootstrap.sh

# Run as many times as you like
./run.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published