Skip to content

IslandIdealist/Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

TODO

  • write tests
  • add statistics logic
  • inject noops (bubbling)
  • control hazards (beq)
  • structural hazards (stalls: lw then add)
  • make README
  • write overview

Questions for Dr. Myre

  • none

Tests

  • Stalls
    • executing {ADD,NAND,LW,SW,BEQ}
    • from LW
  • Data forwarding
    • executing {ADD,NAND,LW,SW,BEQ}
    • from {ADD,NAND,LW}
    • in {EXMEM,MEMWB,WBEND}
  • Others
    • given
    • halt
    • given from Project 1
    • what happens if we have LW 1 0 8 right after SW 2 0 8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published