文件名称:MIPS32
介绍说明--下载内容均来自于网络,请自行研究使用
此資料夾為實現一單一時脈週期MIPS32處理器架構源碼,包含了控制單元、資料記憶體、資料路徑、指令記憶體四個部分,以程式碼: (共10個)
instruction_mem.v、data_mem.v
control.v、alu_control.v
program_counter.v、reg_file.v
alu_32bit.v、adder_32.v、sign_extend.v來實現。-MIPS (originally an acronym for Microprocessor without Interlocked Pipeline Stages)for 32-bit implementations, this code implements the strcture and gets it to work
instruction_mem.v、data_mem.v
control.v、alu_control.v
program_counter.v、reg_file.v
alu_32bit.v、adder_32.v、sign_extend.v來實現。-MIPS (originally an acronym for Microprocessor without Interlocked Pipeline Stages)for 32-bit implementations, this code implements the strcture and gets it to work
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MIPS32\adder_32bit.v
......\alu_32bit.v
......\alu_control.v
......\control.v
......\data_mem.v
......\instruction_mem.v
......\program_counter.v
......\reg_file.v
......\sign_extend.v
......\system.v
MIPS32