pka420 / CPU-Simulator

A cpu simulator that runs pre-compiled instructions given in the form of text files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU-Simulator

A cpu simulator that runs pre-compiled instructions given in the form of text files.

It is based on pipelined design..

I'll explain function of each file later in details but the problem statement is in the final_1571.pdf thanks

About

A cpu simulator that runs pre-compiled instructions given in the form of text files.


Languages

Language:C++ 96.5%Language:Makefile 3.5%