Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
/ CPU-implement Public archive

The repository contains both the implements of a single cycle CPU and pipelined CPU.

License

Notifications You must be signed in to change notification settings

ZYChimne/CPU-implement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple implement of MIPS CPU, both single cycle and multicycle(pipelined), written in Verilog HDL. The code is tested with Modelsim 10.

Supported instructions:

  • add, sub, addu, subu, ori, lui, sll, srl, sra, slt, slti, addi
  • sw, lw
  • beq, bne
  • j, jr, jal

How to use

Translate the test code into 32 bits binary instuctions and set up the document name in mips, which is written in relative path, and then they can be read via the mips.v module.

About

The repository contains both the implements of a single cycle CPU and pipelined CPU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published