搜索资源列表
MIT_mips_Core.tar
- 麻省理工的一个实验室实现的mips IP CORE,可以在FPGA上跑通 -a Massachusetts Institute of Technology laboratory achieved mips IP CORE, the FPGA can run on Link
ucos2.8-run-mips
- UCOS在我的mips CPU上的移植 1. 这是UCOS在我的mips CPU上的移植代码, 编译工具使用标准的mips GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下:
mips
- mips处理器的组员大作业,可以直接运行,提交,环境是quartus-mips processor crew great job, you can run directly, the author, the environment is quartusII
117143185See_mips_run-2nd_edition-Chinese
- 《mips体系结构透视》中文版的电子书,pdf格式-err
proj2
- run mips program using C-run mips program using C++
seemipsrun
- see mips run,mips学习最好的资料,-mips
u-boot-1.3.1.tar
- uboot 源码,版本 1.3.1This directory contains the source code for U-Boot, a boot loader for Embedded boards based on PowerPC, ARM, mips and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware o
61EDA_B133
- "see mips run"是一本非常经典的学习mips结构的资料,最新中文版。-" see mips run" is a very classic study mips structure of information and the latest Chinese version.
nano-X-docs
- MicroWindows是一个开放源码的嵌入式GUI软件,目的是把图形视窗环境引入到运行Linux的小型设备和平台上。作为X Window系统的替代品,MicroWindows可以用更少的RAM和文件存储空间(100KB~600KB)提供相似的功能,允许设计者轻松加入各种显示设备、鼠标、触摸屏和键盘等;可移植性非常好,可用C语言实现;支持Intel 16位/32位CPU、mips R4000以及基于ARM内核的处理器芯片。由于和微软的windows注册商标存在冲突,从2005年月起,MicroW
mips
- 可在mips模拟器SPIM上运行的程序代码,加法和排序-SPIM simulator can be run on mips program code, additions and sorting
LINUX-mips
- 看mips跑LINUX-mips体系结构剖析,对于深入理解mips架构思想很有用的,记得当初在华为的时候,很多人都有一本mips架构剖析,如果大家有什么不懂的,欢迎交流-See mips run LINUX-mips architecture analysis, for in-depth understanding of mips architecture ideas useful, remember when Huawei, a lot of people have a mips archit
how_mips_runto_Linux
- 看mips跑LINUX-mips体系结构剖析.pdf呵呵mips学习的重要资料 不用多说-See mips run LINUX-mips architecture analysis. Pdf Hehe mips Needless to say important information to learn
mips
- 超级经典的mips教程,比see mips run精简,适合快速入门和提高-classic mips books,it s better than see mips run
LINUX
- 简单的说,Linux是Unix克隆(Unix clone)或Unix风格(Unix alike)的操作系统(OS),在原代码级上兼容绝大部分Unix标准(指的是IEEE POSIX,System V,BSD),是一个支持多用户, 多进程,多线程,实时性较好的功能 强大而稳定的操作系统.它可以运行在x86 PC,Sun Sparc,Digital Alpha,680x0,PowerPC, mips等平台上,可 以说Linux是目前运行硬件平台最多的操作系统-Simply put, Linu
microprocessor
- 一个微处理器的Verilog代码,根据英文书籍《数字设计与架构》中的例子而写,能够运行mips指令,能正确执行跳转指令。通过modelsim仿真,含测试代码。-Verilog code for a microprocessor, according to the English book " Digital Design and Architecture" was written in the example, to run mips instructions to jump
cpu_1
- mips单周期cpu设计,实现mips中的11条指令,在设计的cpu中运行快速排序程序进行验证。-mips one cycle cpu design,run quick sort promgram for test.
see-mips-run-
- mips处理器的计算机体系结构,mips指令与C语言之间的转换-mips processor computer architecture, mips instruction and C language conversion between
Minijava-mips
- 一个Minijava编译器,主要实现是先将Minijava翻译成Piglet,再翻译成Spiglet,接着翻译成Kanga,最后翻译成能够在spim模拟器上运行的mips代码。-A Minijava compiler, the main achievement is the first Minijava translated into the Piglet then translated into Spiglet, then translated into Kanga, finally tran
See-mips-run_En
- See-mips-run英文原版,大家可以看下,学习mips的同时顺便搞下英语!-See-mips-run English original, you can look, learn mips, while the way out of English!
单周期完成版
- 写一个单周期处理器运行一段mips指令,并包含mips指令转汇编码的程序(Write a single cycle processor to run a section of mips instruction)