Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 516 Bytes

File metadata and controls

35 lines (20 loc) · 516 Bytes

ARM-Model

计组课程设计——ARM模型机实验项目

01_Test

板卡测试用

02_Shift

桶形移位器 设计

03_ALU

多功能ALU设计及与桶形移位器连接

04_RegFile

通用寄存器堆设计

05_Inst

取指令数据通路设计

06_CPU_Data_Processing

实现数据处理指令的CPU设计

07_CPU_Branch

实现分支跳转指令的CPU设计

08_CPU_memory_reference

实现单数据访存指令的CPU设计

09_CPU_Interrupt

实现irq、fiq中断的CPU设计