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

搜索资源列表

  1. os2

    0下载:
  2. 处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-processor systems process scheduling procedures for the preparation of single-processor system to complete the scheduling process, requiring
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:195.36kb
    • 提供者:成龙
  1. SinglecycleCPU

    0下载:
  2. 用Verilog实现一个简单的单周期CPU,并运行Quicksort程序以验证正确性。-This file is written in Verilog to achieve a single cycle processor. It can run in Quartus2.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:26.1kb
    • 提供者:Matgek
  1. MIPS1CYCLE

    0下载:
  2. MIPS single-cycle processor design in verilog.Instruction memory to the design and initialise it with your assembly code-a. Load the data stored in the X and Y locations of the data memory into the X and Y registers. b. Add the X and Y registers an
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:2.11kb
    • 提供者:chenghao wei
  1. singleCycleProc

    0下载:
  2. 简化的单时钟循环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.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:187.28kb
    • 提供者:糖醋鱼
  1. singlecircle_cpu

    0下载:
  2. 实现十一条指令的单周期处理器,运用Verilog语言,顺利执行,仿真正确。-To achieve single-cycle instruction processor XI, the use of Verilog language, the successful implementation of the simulation is correct.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:526.85kb
    • 提供者:孙玉
  1. MIPS

    0下载:
  2. 用VHDL设计单周期的MIPS处理器,实现简单的指令-VHDL design with single-cycle MIPS processor, simple instructions
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:67.6kb
    • 提供者:jialing
  1. imem

    1下载:
  2. VHDL单周期处理器指令解码器,可完成单周期指令解码-VHDL single-cycle processor instruction decoder, to be completed by single-cycle instruction decode
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:1.03kb
    • 提供者:王敬之
  1. mips-cpu

    2下载:
  2. 单周期的mips处理器设计,用vhdl语言实现各个模块的功能-Single-cycle mips processor design, using vhdl language functions of each module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:114.72kb
    • 提供者:王晓强
  1. LM3S615_cn

    0下载:
  2. LM3S615 微控制器包含以下的产品特性: 􀁺 32 位RISC 性能 - 采用为小型嵌入式应用方案而优化的32 位ARM® CortexTM M3 v7M 结构 - 可兼容Thumb® 的Thumb-2 专用指令集处理器内核,可提高代码密度 - 50-MHz 工作频率 - 硬件除法和单周期乘法 - 集成了嵌套向量中断控制器(NVIC)以提供明确的中断处理 - 29 个中断,带8 个优先级 - 存储器保护单元(MPU)为受保护的操作系
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-10
    • 文件大小:2.03mb
    • 提供者:周文杰
  1. MIPS-processor-Verilog-code

    0下载:
  2. 原创,MIPS处理器Verilog源码,在FPGA实现单周期MIPS处理器,实现存储访问指令load word(lw)和store word(sw),算术逻辑指令add、addi、sub、and、or和slt跳转指令branch equal(beq)和jump(j)-Original, achieves single-cycle MIPS processor MIPS processor Verilog source code, the FPGA, storage access instruct
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:7.46kb
    • 提供者:ZLS
  1. SCMIPS

    0下载:
  2. 使用verilog代码描述了一种简单的单周期MIPS处理器实现,并在ModelSim SE6.5c调试通过。-The verilog code describes a simple, single-cycle MIPS processor implementation, and debugging through in ModelSim SE6.5c,.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-04
    • 文件大小:131.45kb
    • 提供者:赵成龙
  1. Proj-B_new

    0下载:
  2. single cycle processor
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-27
    • 文件大小:963.5kb
    • 提供者:杜翔
  1. mips

    0下载:
  2. 基于MIPS架构实现的单周期处理器,包含多种基本操作,验证方法是把自己的学号写进连续内存。-MIPS-based architecture for single-cycle processor, includes a variety of basic operations, authentication method is to learn their numbers written contiguous memory.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-09
    • 文件大小:1.75mb
    • 提供者:熊京魁
  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
    • 文件大小:426.35kb
    • 提供者:师宇
  1. single_cpu_verilog

    0下载:
  2. 16位单周期处理器的verilog实现,简单易懂,对计算机的结构学习有帮助。-16 single-cycle processor verilog implement, easy to understand, the structure of learning computer help.
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:9.01kb
    • 提供者:ss_clara
  1. FinalProject_16854131_code

    0下载:
  2. VHDL single cycle mips processor-single cycle mips processor
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.74kb
    • 提供者:Yixiang Yan
  1. SingleCycle8bitProcessor

    0下载:
  2. Simple 8-bit Single Cycle Processor in Verilog HDL
  3. 所属分类:VHDL-FPGA-Verilog

  1. exam06s1

    0下载:
  2. MIPS Processor Single cycle
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:110kb
    • 提供者:Rana2000
  1. 单周期完成版

    0下载:
  2. 写一个单周期处理器运行一段mips指令,并包含mips指令转汇编码的程序(Write a single cycle processor to run a section of MIPS instruction)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-03
    • 文件大小:24kb
    • 提供者:fffx
  1. single

    0下载:
  2. 单周期MIPS处理器的设计,附带测试文件。(The design of a single cycle MIPS processor comes with test files.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:zbw
« 12 »
搜珍网 www.dssz.com