Skip to content

liu115/pipeline-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 

Repository files navigation

pipeline-hw

Introduction

A simple pipeline CPU that support below MIPS instructions.

  • and
  • or
  • add
  • sub
  • mul
  • addi
  • lw
  • sw
  • beq
  • j

And also support hazard handling such as,

  • Forwarding
  • Stall
  • Pipeline Flush
  • Memory Hierarchy

How to run

Environment: linux Dependency: iverilog

cd src
sh com.sh
vvp test.vvp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published