Skip to content
/ MIPS-V Public

组成原理课程实验:MIPS 流水线CPU,实现36条指令,转发,冒险检测

License

Notifications You must be signed in to change notification settings

Lyncien/MIPS-V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

计算机组成原理课程实验:使用Verilog编写流水线CPU

  1. 实现完全转发

  2. 实现冒险检测

  3. 实现36条指令

    SLL
    SRL
    SRA
    SLLV
    SRLV
    SRAV
    JR
    MOVZ
    MOVN
    ADD
    ADDU
    SUB
    SUBU
    AND
    OR
    XOR
    NOR
    SLT
    SLTU
    BLTZ
    BGEZ
    J
    BEQ
    BNE
    BLEZ
    BGTZ
    ADDI
    ADDIU
    SLTI
    SLTIU
    ANDI
    ORI
    XORI
    LUI
    LW
    SW
  4. 实现下载

具体见Readme.pdf

About

组成原理课程实验:MIPS 流水线CPU,实现36条指令,转发,冒险检测

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published