Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.82 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.82 KB

CPU Datapath Web App

The CPU Datapath Web App is an open-source graphical simulator of the path that data follows within a CPU. Available at burzt.github.io/cpu-datapath-webapp.

More information on CPU datapaths can be found here: https://www.cise.ufl.edu/~mssz/CompOrg/CDA-proc.html

This project was built using go.js.

Product Gif

Getting Started

  1. Go to http://cpudatapath.com in a browser. (phone browser does not display correctly)
  2. Click on any of the instructions listed in the nav bar.
  3. Click and drag from point to point from each component, if it is a valid connection for the instruction it will stay.
  4. Click a different instruction to load a new one, or the same one to reload the current instruction.

Features

Basic Instructions

  • Add/Subtract, Load, Store and Branch instructions

Advanced Instructions

  • Indexed Addressing: Load and Store

Team

Aaron Elam Daniel Carpenter Zachary Boemer
github.com/AaronElam github.com/DanielCarpenter github.com/zachboemer

Acknowledgements