Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mantisclone/ece_cs_552_vertically_designed_single_cycle_processor

This repository contains responses to the homeworks and project prompts for the Spring 2014 semester of ECE/CS 552 Introduction to Computer Architecture class.
https://github.com/mantisclone/ece_cs_552_vertically_designed_single_cycle_processor

Last synced: 26 days ago
JSON representation

This repository contains responses to the homeworks and project prompts for the Spring 2014 semester of ECE/CS 552 Introduction to Computer Architecture class.

Awesome Lists containing this project

README

        

WARNING!!! UNTIL STATED OTHERWISE, THE TOP LEVEL OF THIS REPO IS OUT OF DATE. THE CURRENT WORK BEING DONE IS IN "ThePipeliners" FOLDER.

ECE/CS 552 Vertically Designed Pipelined Processor

This repository contains responses to the homeworks and project prompts for the Spring 2014 semester of ECE/CS 552 Introduction to Computer Architecture Class.

Contributors

David Mateo

R. Scott Carson

Contents

Top Level Module

This folder contains the top level module, build script, and test bench.

cpu.v

cpu_tb.v

build.sh

5 Pipeline Stages

The following folders contain the files relating to the 5 stages of the Single Cycle Processor.

IF - Instruction Fetch

ID - Instruction Decode

EX - Execute

MEM - Memory

WB - Write Back

Other

This folder contains files used for purposes other than the main pipelined processor project. This includes files for homework questions.