搜索资源列表
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.
EJTAG-MIPS-debug
- 本文介绍了一种调试工具。硬件上利用了商品化的低价设备,因为其电路极其简单,所以也完全可以自行制作。软件基于开放源码平台GNU的GDB调试程序,没有任何版权的问题,而且开放源码的特性使得功能的添加和修改完全自主可控,具有良好的可扩展性;另外其可移植性也比较好,理论上在任何 类UNIX平台上都能移植。此系统实际在linux和cygwin上都已能正常工作。-This paper presents a debugging tool. Use of commercial hardware, low-c
ask10
- This a simple MIPS processor datapath written in VERILOG hardware language. You can see the signals when emulating in signalscan. Compile it with verilog in linux.-This is a simple MIPS processor datapath written in VERILOG hardware language. You can
mipssimple
- simple MIPS source code very simple it has not complete but you can test it
ejtag-0.2.tar
- simple MIPS EJTAG u-boot loader
MIPS
- 支持MIPS指令集中最基本六条指令的简单的汇编代码到二进制形式-Support the MIPS instruction focused on the most basic 6 of assembly code instructions to a simple binary form
MIPS
- Simple MIPS structure
simplemips
- simple MIPS with verilog
singleCycleProc
- 简化的单时钟循环VHDL处理器.可以运行一些简单的mips指令,例如add, sub, and, or, slt, beq and j. -A simplified single cycle processor in VHDL. This processor can continuously execute some simple MIPS instructions which are lw, sw, add, sub, and, or, slt, beq and j.
pyball
- Hex type memory file. Used to update memory in a simple MIPS processor
project3
- 这是我在大学本科汇编课程的一个小程序,MIPS语言,功能也很简单,程序会要求用户输入一个20个character长度的字符串,然后用了三种不同的算法来判断此字符串是否是回文序列,然后给予用户feedback-This is my compilation of courses at the undergraduate a small program, MIPS language functions are very simple, the program will ask the user to
Report_compiler
- 一个简单的编译器的实现报告,详细介绍了如何实现一个minijava到mips的编译器如何一步一步实现,以及所使用的工具等-A simple compiler implementation report, detailing how to implement a minijava to mips compiler step by step how to achieve, and the tools used
MIPS
- 用VHDL设计单周期的MIPS处理器,实现简单的指令-VHDL design with single-cycle MIPS processor, simple instructions
mipsAsm
- 简单的MIPS汇编模拟器,可以模拟模拟MIPS汇编,将MIPS指令转换为二进制。-Simple MIPS assembly simulator can simulate the simulated MIPS assembler, MIPS instruction will be converted to binary.
mips-simple
- Mips veriloge code with its results
mips-VHDL
- 自己作业代码,应用VHDL语言实现一个多周期的简单MIPS核-AlphaJob code, the application of VHDL language more than one cycle of a simple MIPS core
MIPS
- 简单的MIPS流水线实现,无相关处理。实现R指令,J指令或者I指令。-Simple MIPS pipelined related processing. To achieve the R command, directive, or I instruction.
MIPS
- 研究生课程 : 简易MIPS核的systemc实现代码-Graduate courses: Simple MIPS core implementation code based on SystemC
mips
- 简单的Mips汇编转机器码的C语言程序,能够实现简单的汇编指令及伪指令-simple Mips assembler written by C
simple mips
- 实现满足下面功能的汇编程序: 输入一个年份n,判断n是否为闰年。 输入格式 输入一个整数n。 输出格式 输出0或者1。输出0代表n不是闰年,输出1代表n是闰年。(judge the year whether is a special year)
