this is an useful manual for processor architecture
2021-07-31 14:39:39 1.15MB processor mips r10000
1
MIPS r4000 用户手册。 This book describes the MIPS R4000 and R4400 family of RISC microprocessors (also referred to in this book as processor). Overview of the Contents Chapter 1 is a discussion (including the historical context) of RISC development in general, and the R4000 microprocessor in particular. Chapter 2 is an overview of the CPU instruction set. Chapter 3 describes the operation of the R4000 instruction execution pipeline, including the basic operation of the pipeline and interruptions that are caused by interlocks and exceptions. Chapter 4 describes the memory management system including address mapping and address spaces, virtual memory, the translation lookaside buffer (TLB), and the System Control Processor (CP0). Chapter 5 describes the exception processing resources of R4000 processor. It includes an overview of the CPU exception handling process and describes the format and use of each CPU exception handling register.
2021-07-30 09:37:58 1.51MB mips user manual R4000
1
自己动手写CPU第4阶段(第一条指令ori的实现)
2021-07-29 17:18:32 22KB 动手写处理器 MIPS 开源 处理器
1
《计算机组成与设计:硬件/软件接口》,中文_原书第五版,DavidA.Patterson、John L.Hennessy著,含目录书签。 适合于计算机体系结构入门,此书采用了MIPS处理器来展示计算机硬件技术、汇编语言、计算机算术、流水线、存储器层次结构以及I/O等基本功能。 文字清晰,欢迎下载。
2021-07-28 14:42:21 107.93MB 计算机组成 第5版 中文版 MIPS
1
N2N客户端 系统:Linux mips 协议:v3 版本:v2.9.0_r876
2021-07-24 20:00:46 2.47MB n2n
1
将源码写入mycode.txt中,放在文件夹“汇编exe”下,双击assembler.exe,再双击bin2hex.exe。 得到的instruct.txt是二进制机器码,new_inst.txt是十六进制机器码,可在quartus下直接复制入mif中。 若new_inst.txt中有空行,说明代码不符合如下要求,这时请打开instruct.txt查看错误原因。 对于mycode.txt的书写有以下要求: 1 标号语句单独成行 2 一行只写一条语句 3 只支持“#”形式的注释,注释能出现在行尾也能单独成行 4 间隔符支持空格和制表符两种形式 5 除nop外,不支持伪码;浮点指令只支持lwc1,add.s,sub.s三条指令,如有其它代码还请自行译码。 6 不支持十六进制表示立即数 7 不保证能够查出语句的语法错误 8 汇编流程:(1) mycode.txt经Analyze得ir_txt //预编译阶段,去掉tab字符和注释 (2) ir_txt经Main.cpp的assembler得instruct.txt,由MIPS汇编文件得二进制代码文件 (3) instruct.txt与manual.txt经Check.cpp比较判断汇编结果是否正确,其中manual.txt为人工汇编结果文件, 若需要运行此步,去掉Main.cpp中main函数对check()的注释即可,此时需提供manual.txt文件。
2021-07-24 14:50:38 4.93MB mips 汇编器
1
Codescape.GNU.Tools.Package.2017.10-05.for.MIPS.MTI.Bare.Metal.CentOS-5.x86_64
2021-07-24 09:00:35 228.72MB Linux
1
华中科技大学计算机组成原理实验报告(完整)+代码参考 ---自己写的 报告写好,代码是自己写的 1.学生理解主存地址基本概念,理解存储位扩展基本思想 2.能利用相关原理构建能同时支持字节、半字、字访问的存储子系统。
2021-07-20 09:06:29 1.11MB educator MIPSRAM
1
华中科技大学计算机组成原理实验报告(完整)+代码参考 ---自己写的 报告+代码都是自己写的,可以跑出来 1.理解算术逻辑运算单元(ALU)的基本构成 2.掌握 Logisim 中各种运算组件的使用方法,熟悉多路选择器的使用 3.能利用前述实验完成的 32 位加法器、 Logisim 中的运算组件构造指定规格的 ALU 单元
2021-07-20 09:06:28 1.66MB educator MIPS运算器
1
用Verilog语言设计的多周期CPU,资源里包含了源代码及多周期CPU结构图,与大家分享下。 用Verilog语言设计的多周期CPU,资源里包含了源代码及多周期CPU结构图,与大家分享下。
2021-07-18 02:14:19 10.85MB CPU MIPS Verilog 多周期
1