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

搜索资源列表

  1. FIFO_8_8

    0下载:
  2. FIFO先进先出队列,一种缓存、或一种管道、设备、接口(Verilog HDL程序,内附说明)-FIFO FIFO queue, a cache, or a pipeline, equipment, Interface (Verilog HDL program, containing a note)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:4.51kb
    • 提供者:镜子
  1. PIPE_LINING_CPU_TEAM_24

    1下载:
  2. 采用Quatus II编译环境,使用Verilog HDL语言编写实现了五段流水线CPU。 能够完成以下二十二条指令(均不考虑虚拟地址和Cache,并且默认为小端方式): add rd,rs,rt addu rd,rs,rt addi rt,rs,imm addiu rt,rs,imm sub rd,rs,rt subu rd,rs,rt nor rd,rs,rt xori rt,rs,imm clo rd,rs clz rd,rs slt rd,rs,rt sltu rd,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-17
    • 文件大小:4.72mb
    • 提供者:
  1. mips

    0下载:
  2. 在maxplus上实现了一个5级流水线的mips cpu,含cache-In maxplus to achieve a 5-stage pipeline of the mips cpu, with cache
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-22
    • 文件大小:439.43kb
    • 提供者:tong tong
  1. 5_lined_cpu

    0下载:
  2. 简单5级流水线CPU的verilog逻辑设计-Simple line 5 of the CPU logic design verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:1.14kb
    • 提供者:张健
  1. DLXwhitcache

    0下载:
  2. 一个DLX流水线CPU的实现 附带一个两级cache的存储层次实现-DLX pipeline a CPU attached to the realization of a two-tier level of cache memory to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:149.8kb
    • 提供者:GGnicer
  1. PipelineCPU

    0下载:
  2. 用Verilog实现一个简单的流水线CPU,并运行一个Quicksort程序。这是Berkley,eecs系的计算机系统结构课程实验的实验三。-This file is written in Verilog to achieve a simple pipeline CPU, which can run a Quicksort program.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:28.11kb
    • 提供者:Matgek
  1. MPEG4-ASP

    0下载:
  2. 硕士毕业论文《MPEG4-ASP视频编码器算法设计 及DSP实现》:研究和实现了MPEG4-ASP视频编码标准的关键算法——运动估计和全局运动估计,掌握了视频压缩编码的核心技术以及在通用DSP平台上实现视频编码器的技术要点并实现了编码器的原型,为MPEG4-ASP编码在嵌入式领域的实际应用和开发奠定了基础。 -In chapter one and two, we mainly introduce the basic principle of video compression and t
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-27
    • 文件大小:432.69kb
    • 提供者:刘洛丹
  1. CPUwithout-cache

    0下载:
  2. 5级流水无cache,CPU实验,是学习VHDL的好资料,对于了解CPU很有帮助!-5-stage pipeline without cache, CPU test, is learning VHDL good information, very helpful for understanding the CPU!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:461.14kb
    • 提供者:张洋
  1. fota.tar

    1下载:
  2. 基于android2.2的fota功能。 升 级 整 个 流 程 概 述 : 从 用 户 点 击 APK , 然 后 上 层 将 命 令 写 入 recovery/command,然后 kernel 检测到信号重启,将开机原因写入共享内存, 开机进入 appboot 检测到 arm9 传递过来的开机原因,然后进入 recovery 模式, 执行 sbin/recovery。进入 install_package 函数,然后建立管道执行升级包解 析出来的脚本, cache 分
  3. 所属分类:android开发

    • 发布日期:2013-11-09
    • 文件大小:54.12kb
    • 提供者:1111
  1. 3Dtuxingxuanranyinqinshejiyushixian

    0下载:
  2. 本文通过对三维图形引擎流水线的研究,建立了一个简单的图形渲染引擎以满足对案件现场重建的需要。研究的主要内容包括下面几点: 1)3D引擎中的数学运算。 2)3D引擎中的基本3D流水线。 物体数据或渲染列表中多边形数据在流水线中各个坐标系之间的转换。 3)光照和着色处理 研究四种光源类型:点光源、定点光源、聚光灯和环境光源,两种着色模式: 恒定着色和Gottraud着色。 4)纹理映射 插值计算纹理坐标和一维空间采样。 5)Z缓存 -Based on the
  3. 所属分类:Project Design

    • 发布日期:2017-05-08
    • 文件大小:1.69mb
    • 提供者:xmw_106
  1. CPU-

    0下载:
  2. 五级流水线CPU实现(带Hazard),还没来得及实现Cache求高人指教-pipeline CPU with Hazard
  3. 所属分类:assembly language

    • 发布日期:2017-05-14
    • 文件大小:3.25mb
    • 提供者:
  1. D_cache

    0下载:
  2. 数据缓存的模块设计,连接流水线mem模块。(The module of data cache is designed to connect the pipeline MEM module.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:2kb
    • 提供者:zbw
  1. ctn

    1下载:
  2. We can get more than 30 characteristics of CPU such as CPU cache size, pipeline number and so on.
  3. 所属分类:编辑框

    • 发布日期:2020-05-26
    • 文件大小:55kb
    • 提供者:fuiywbkm
搜珍网 www.dssz.com