Skip to content

计算机体系结构verilog实验,实现了单周期、多周期、5级流水线CPU,好像还有中断功能。This is the CPU design in my sophomore year

Notifications You must be signed in to change notification settings

ponedo/Computer-Design---CPU-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Organization Design - CPU Design

This is the MIPS CPU Design in my sophomore year as the final submission of the course "Computer design"

This repository includes:

  1. A simple monocycle CPU design;
  2. A muticycle CPU design, whose CTRL module is a finite status machine;
  3. A pipeline CPU design with 5-stage pipeline; - The stages are: Instrction Fetching, Instruction Decoding, Execution, Memory accessing, Writing Back (to Register Files)
  4. A further expansion of design 3. Interrupt/Exception handling is added.

Each folder is a ISE project, whose "bit"-format file is transmitted onto a FPGA circuit. Modules are written in Verilog HDL.

About

计算机体系结构verilog实验,实现了单周期、多周期、5级流水线CPU,好像还有中断功能。This is the CPU design in my sophomore year

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published