CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mips

搜索资源列表

  1. CPU

    1下载:
  2. 使用Verilog HDL语言完成一个简单的多周期MIPS微处理器的设计-Using Verilog HDL language to complete a simple multi-cycle MIPS microprocessor design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:12186
    • 提供者:胡森
  1. mips-atomic

    0下载:
  2. For TX49, operating only IE bit is not enough.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:yfyiujui
  1. COA_PRO

    0下载:
  2. 简单MIPS流水线指令集的verilog实现。初步实现了branch 的功能。-implement of Pipelined MIPS processor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:824564
    • 提供者:周易宸
  1. lab28

    2下载:
  2. 采用5级流水线MIPS微处理器设计,实现32位流水线的算数、逻辑、以为等指令-pipeline MIPS
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-01-15
    • 文件大小:1399808
    • 提供者:詹儒卿
  1. t9input2

    0下载:
  2. t9输入法,在windows下开发的基于MIPS架构实现。-t9 input method, developed in the windows based on the MIPS architecture implementation.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-21
    • 文件大小:6070611
    • 提供者:林道彬
  1. PIPELINE

    0下载:
  2. (包含详细说明文档和简单汇编转机器码翻译器)五级流水线实现MIPS指令集(30条)含异常处理。结构采用多分支预测结构(基于历史的动态分支预测)-(Contains detailed documentation and compilation turn simple machine code translator) five pipelined MIPS instruction set (30) with exception handling. Structure using multi-bran
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:1165079
    • 提供者:yuxueru
  1. cp1emu

    0下载:
  2. a MIPS coprocessor 1 (FPU) instruction emulator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9876
    • 提供者:sonykcs
  1. minimips_latest.tar

    0下载:
  2. minimalistic mips core. you can load it to any fpga.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:499032
    • 提供者:aineko
  1. trap_emul

    0下载:
  2. KVM MIPS: Deliver Emulate exceptions to the guest kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3120
    • 提供者:yanmangfh
  1. setup_tx4927

    0下载:
  2. TX4927 setup routines Based on linux arch mips txx9 rbtx4938 setup.c, and RBTX49xx patch CELF patch archive. -TX4927 setup routines Based on linux arch mips txx9 rbtx4938 setup.c, and RBTX49xx patch CELF patch archive.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3082
    • 提供者:qrpdwn
  1. spram

    0下载:
  2. MIPS SPRAM support for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1924
    • 提供者:lingtftui
  1. Tiger

    0下载:
  2. 关于Tiger语言的编译器,进行了多种优化,生成mips代码完全正确-Compiler for Tiger with optimization
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:3961933
    • 提供者:Totti
  1. MIPS-architecture-vol-IIa.pdf

    0下载:
  2. MIPS32 Architecture Volume II pdf
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1037597
    • 提供者:Teengoat
  1. irq_cpu

    0下载:
  2. This file define the irq handler for MIPS CPU interrupts.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2185
    • 提供者:baijljv
  1. s_4bri

    0下载:
  2. check for trapped MIPS 46xx CPU, dump exception frame.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4156
    • 提供者:nyxingpong
  1. sp_tint

    0下载:
  2. MIPS floating point support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1260
    • 提供者:kfjouhq
  1. COMPAILER

    0下载:
  2. 用C++写的由扩充C0文法写成的编译为MIPS汇编的编译器,在MARS4.2上完美测试通过,支持递归、函数定义、函数调用、数组、四则运算、输入输出等,是我本科花了2个月写的大作业,也留给北航的学弟学妹参考。-Written by C++ grammar written by the expansion of C0 compiler for MIPS assembler compiler tested on MARS4.2 perfect support recursive function de
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1797898
    • 提供者:zhqllover
  1. Project3-Logisim

    17下载:
  2. 用logisim写的单周期CPU,可以跑MIPS汇编编译的二进制代码,测试完美通过,供学弟学妹参考,计算机组成原理试验-Logisim write cycle with a single CPU, you can run the MIPS assembler binary code, test perfect pass for mentees reference, computer composition principle test
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2015-11-09
    • 文件大小:593920
    • 提供者:zhqllover
  1. tlb

    0下载:
  2. Logic that manipulates the Xtensa MMU. Derived MIPS. -Logic that manipulates the Xtensa MMU. Derived MIPS.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2908
    • 提供者:tssobx
  1. project3

    3下载:
  2. 计算机组成原理 Logisim完成单周期处理器开发 支持指令集MIPS-Lite2-Principles of Computer Organization Logisim complete development support single-cycle instruction set processor MIPS-Lite2
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:436581
    • 提供者:师宇
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com