Skip to content

A Java program that detects hazards in instructions for RISC-V architecture.

Notifications You must be signed in to change notification settings

farazmurtaza/RISC-V-HazardDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

RISC-V Hazard Detector

This is a Java program that detects hazards in instructions for RISC-V architecture. The detectable hazards are

  1. Structural Hazards
  2. Data Hazards
    • Read after Write (RAW)
    • Write after Read(WAR)
    • Write after Write(WAW)
  3. Control Hazards

About

A Java program that detects hazards in instructions for RISC-V architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages