zmj1316 / MIPS-Simulator

A MIPS CPU simulator written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIPS-Simulator

A MIPS CPU simulator written in C++

Introduction

This project is going to simulate the execution of a 32-bit MIPS CPU, and later on combine with other components like virtual file system and terminal simulator to create a MIPS VM.

Structure

CPU

5 Execution stages ; Latches between stages; Control Unit

Memory

Stack

About

A MIPS CPU simulator written in C++

License:MIT License


Languages

Language:C++ 98.6%Language:C 1.4%