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

搜索资源列表

  1. pipeline_streamlined_divider

    0下载:
  2. pipeline_streamlined_divider, 一个流水线的除法器,使用Verilog HDL语言编写-pipeline_streamlined_divider, a divider using pipeline technology in verilog HDL language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:2584
    • 提供者:谷雨
  1. ppv2

    0下载:
  2. pipeline流水线用MIPS实现,用的是verilog。解决流水线的各种冲突。-pipeline pipeline with MIPS implementation, using verilog. Resolve conflicts pipeline.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-18
    • 文件大小:5018214
    • 提供者:勿苛刻
  1. DC-Adder_Array

    0下载:
  2. 要求采用快速进位链(Look Ahead)设计一个21位加法器; 2) 采用结构化的设计方法,所有加法器均采用步骤1)的21位加法器; 3) 在加法器阵列中加入流水线结构(Pipelinc),输入连续送数,输出连续出结果,流水线填满后每拍输出一个结果; -1) requires the use of fast carry chain (Look Ahead) design a 21-bit adder 2) the use of structured design metho
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:6832
    • 提供者:李少博
  1. pipe_mul

    0下载:
  2. 移位加乘法器的实现;移位加乘法器的流水线结构的实现。代码清晰明了。-multiply verilog RTL;pipelin multiply verilog RTL;good coding stytle
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1770
    • 提供者:mayunli
  1. Cordic-arithmetic-pipeline

    0下载:
  2. FPGA实现基于Cordic算法的流水线结构设计,相关verilog语言代码-FPGA to realize the Cordic code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:229436
    • 提供者:孙永林
  1. add48

    0下载:
  2. add48 是6级流水线方式实现加法-add48 are six ways pipelined adder
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:990749
    • 提供者:廖小伟
  1. Lab

    0下载:
  2. 硬件编程实现处理器。包括ALU、编译器、单周期处理器、流水线处理器等多个部分。-Processor by VDHL
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7452651
    • 提供者:Jason
  1. Proj2_final

    0下载:
  2. 2 4 8级流水线乘法器 以及 除法器 包括makefile 和 tcl 比较详细-248 stage pipeline multiplier and divider includes more detailed makefile and tcl
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:24103
    • 提供者:曹远航
  1. 123

    1下载:
  2. 一个自己写的! 自己拿去改改,非常不错!让借贷宝赚钱成为一条流水线,不断营销你的ID! 你懂得!-Write their own! Own take to change to change, very good! Let borrowing money has become a pipeline treasure, constantly marketing your ID! you know!
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-25
    • 文件大小:7904699
    • 提供者:gdfg
  1. cpu

    0下载:
  2. vhdl实现处理器基本功能,不包括流水线-VHDL to achieve the basic functions of the processor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3563
    • 提供者:王先生
  1. PPE

    0下载:
  2. 开方,求倒数,开方的倒数三种快速运算。采用流水线结构,latency为23周期。-this unit can realize three functions,that is sqart,reciprocal and reciprocal of sqart. adopt fast algorithm and pipeline architecture. the latency is 23 clock cycles.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:8072
    • 提供者:lxwang007
  1. cordic

    0下载:
  2. verilog编写的数字信号发生器NCO用CORDIC方法实现产生sin cos信号,流水线结构,简单实用。-verilog prepared by the digital signal generator NCO using CORDIC method implementation generate sin cos signal, pipelined architecture, simple and practical。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1263
    • 提供者:李斌
  1. ccccc

    1下载:
  2. 关于车间调度的一个主程序,是关于服装生产流水线工序编排的主程序-A main program on the shop scheduling
  3. 所属分类:Graph program

    • 发布日期:2017-05-01
    • 文件大小:9067
    • 提供者:mei206284
  1. 02MATLAB

    0下载:
  2. 流水线车间生产调度的遗传算法MATLAB源代码 n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小-Line workshop production scheduling genetic algorithm M
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:19126
    • 提供者:樊奕
  1. liushui

    0下载:
  2. 本程序实现流水线功能,您可根据自己需要更改参数,试用芯片xilinx,用verilog语言编写-This program implements the pipeline, you may be required to change the parameters according to their own try xilinx chip with verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:73022
    • 提供者:liyi
  1. pipline_lms_and_rls_verilog

    2下载:
  2. 流水线LMS,和RLS算法的Verilog代码,用于自适应信号处理的FPGA实现。-The Verilog code about fir_pipline_lms and fir_rls. They commonly used in adaptive signal processing in FPGA platform.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2677
    • 提供者:杨光西
  1. rfidtest

    0下载:
  2. RFID流水线测试,运用控制变量的方法,将影响电子标签的客观因素逐一进行测试、对比。定性的分析和研究在各种客观条件下,RFID读写器对电子标签在流水线系统中的读取率的影响和流水线中读写器的布置指标。-RFID pipeline test, using the control variable method, the objective factors will affect the electronic tag of each test, comparison. Qualitative anal
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-15
    • 文件大小:7069
    • 提供者:亚历山大
  1. CPU_Project_board

    0下载:
  2. CPU 5级流水线实现(加hazard处理与板级验证,板级验证带有按键消抖)-5-stage pipelined CPU (plus hazard dealing with board-level verification, board-level verification with key debounce)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:14828
    • 提供者:吴国文
  1. Barcode

    0下载:
  2. 条码出入库实例,VB+SQL可用流水线自动扫码入库,也可打包入库-Barcode out of storage instances, VB+ SQL available line automatically scan code storage, can also be packaged storage
  3. 所属分类:SQL Server

    • 发布日期:2017-04-29
    • 文件大小:433809
    • 提供者:徐沈波
  1. mips

    0下载:
  2. Verilog语言开发的基于mips指令集的流水线cpu,只支持部分指令-Verilog language-based development pipeline cpu mips instruction set support only part of the instruction
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:14930
    • 提供者:DY
« 1 2 ... 22 23 24 25 26 2728 29 30 31 »
搜珍网 www.dssz.com