搜索资源列表
MIPS
- MIPS模拟器,在windows环境使用,利用Linux下的可执行ELF文件模拟MIPS CPU执行汇编指令.
MIPS五级流水线模拟程序
- MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念-MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.
mips_project
- 我用verilog写的risc指令集的mips的cpu。可以支持定点运算。顶层单元是top。-I used to write verilog mips risc instruction set of the cpu. To support fixed-point arithmetic. Top-level unit is the top.
cpu
- 基于MIPS指令集的32位CPU设计与VHDL实现-Based on the MIPS instruction set of the 32-bit CPU design and the realization of VHDL
cp3
- This zipfile is composed of a bunch of MIPS codes that might be helpful to some people who are developing CPU
mipscpu-source
- mips cpu的实现.MIPS是世界上很流行的一种RISC处理器。MIPS公司的R系列就是在此基础上开发的RISC工业产品的微处理器。这些系列产品为很多计算机公司采用构成各种工作站和计算 机系统。 -mips cpu implementation. MIPS is the world' s very popular as a RISC processor. MIPS company' s R series is based on the development of industr
cpu_1
- mips单周期cpu设计,实现MIPS中的11条指令,在设计的cpu中运行快速排序程序进行验证。-mips one cycle cpu design,run quick sort promgram for test.
PipelineCPU
- Quartus II 7.2环境中,采用硬件描述语言VHDL独立完成了基于MIPS指令集的32位RISC处理器的逻辑设计-quartusII mips pipeline 32bit cpu design
mips-cpu.zfx
- MIPS体系结构概述。学习MIPS体系结构编程,尤其是对想要熟悉龙芯结构的xdjm会很有用哦~-Overview of MIPS architecture. MIPS architecture to learn programming, in particular the Godson you want to know the structure would be useful xdjm Oh ~
mips_ejtag
- Mips Ejtag Code! Mips Cpu 调试必备工具!-Mips Ejtag
cpu
- MIPS流水线CPU的工作原理和设计方法-The design and implementation of the pipelined CPU
m3u8streamtv_2.9_all
- Python开发的扩展件,用于基于MIPS Cpu 的Enigma2固件下流媒体播放。所有采用MIPs处理器的机顶盒都可以安装。-m3u8 extension for Enigma 2
micro-op_cpu
- MIPS 微程序多周期cpu,mips的部分代码实现-MIPS cpu micro-program multi-cycle
scmips_cpu
- 自己写的单周期mips CPU和测试工程-Write your own single cycle mips CPU and test engineering
pipeline_mipscpu
- 运用Verilog语言实现MIPS五级CPU的功能,能下载实现-5-level MIPS CPU based on Verilog
MIPSCPUverilog
- mips流水线CPU的实现,用的是verilog语言,描述了整个cpu的过程。存储、指令、处理等。-mips CPU Verilog
CPU
- 32位MIPS指令CPU,实现31条指令,并且附带LED,七段数码管,VGA,键盘,UART等外设接口-32 MIPS instruction CPU, a 31 instructions, and comes with LED, seven-segment LED, VGA, keyboard, UART peripheral interfaces
mips789.tar
- MIPS CPU RTL Reference Code
mips
- 这是一个简单地CPU,用MIPS实现,可以实现基本的一些指令,供学习MIPS使用,还包括一个LED模块(This is a simple CPU, implemented with MIPS)
Final_final_test
- 五级流水CPU设计 流水线是数字系统中一种提高系统稳定性和工作速度的方法,广泛应用于高档CPU的架构中。根据MIPS处理器的特点,将整体的处理过程分为取指令(IF)、指令译码(ID)、执行(EX)、存储器访问(MEM)和寄存器会写(WB)五级,对应多周期的五个处理阶段。一个指令的执行需要5个时钟周期,每个时钟周期的上升沿来临时,此指令所代表的一系列数据和控制信息将转移到下一级处理。(Five level flow CPU design)