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

搜索资源列表

  1. statemachine11.2

    0下载:
  2. 推荐下载,verilog状态机实例.体现了流水线思想的应用 -recommend downloading Verilog state machine example. Pipeline reflects the thinking of the application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1854
    • 提供者:陶玉辉
  1. FIR_1

    1下载:
  2. FIR滤波器的verilog实现,实现6级流水线的程序设计。-FIR filter Verilog, has implemented six lines of program design.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:950
    • 提供者:李甫
  1. add_16_pipe

    0下载:
  2. 16位加法器的流水线计算,verilog代码,用于FPGA平台。-16 pipelined adder, verilog code for the FPGA platform.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:809
    • 提供者:qjyong
  1. leg_source

    1下载:
  2. verilog hdl编写,六段流水线CPU.程序完整,功能强惊。分为多模块编写-verilog hdl prepared replace pipelined CPU. The integrity of the process, strong function scared. Divided into multiple modules prepared
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:656578
    • 提供者:lumingzhi
  1. bbb

    0下载:
  2. AVS运动补偿电路的VLSI设计与实现 提出了一种基于AVS标准的高效的运动补偿电路硬件结构,该设计采用了8 X 8块级流 水线操作,运动矢量归一化处理和插值滤波器组保证了流水线的高效运行以及硬件资源的最优 利用。采用Verilog语言完成了VLSI设计,并通过EDA软件给出仿真和综合结果。
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:216469
    • 提供者:sss
  1. rgb2yuv

    0下载:
  2. verilog编写,rtl风格,流水线设计,实现图像rgb格式到yuv格式的转换。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:苗苗
  1. Floating-Point-Adder

    1下载:
  2. 浮点数加法器IP核的vhd设计。浮点数加法运算是运输中使用最高的运算,结合vhdl和EPGA可编程技术,完成具有5线级流水线结构、符合IEEE 754浮点标准、可参数化为单、双精度的浮点数加法器。-Floating point adder design IP core vhd. Floating-point addition operation is used in most transport operations, combined with vhdl and EPGA programmab
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:154913
    • 提供者:凌音
  1. CPU

    0下载:
  2. 实现了简单的CPU功能 采用三级流水线和超标量-CPU functions to achieve a simple three-stage pipeline and superscalar
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1735782
    • 提供者:era
  1. mult_addtree

    1下载:
  2. 用VERILOG HDL 语言实现一个4位的流水线乘法器-VERILOG HDL language with a 4-bit pipelined multiplier
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:741
    • 提供者:xiaobai
  1. scoreboard

    3下载:
  2. MIPS体系结构用verilog实现的记分牌算法,标流水线-Architecture implemented using verilog scoreboard algorithm, standard line
  3. 所属分类:VHDL编程

    • 发布日期:2013-07-24
    • 文件大小:148726
    • 提供者:王垚
  1. pipe_mul8

    0下载:
  2. verilog实现的流水线8位乘法器,效率高,代码简洁经典-verilog implementation of pipelined 8-bit multiplier, efficient, simple and classic code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:486811
    • 提供者:flier
  1. Fast-adder-design-using-verilog

    0下载:
  2. 用Verilog设计各种快速加法器(四位先行进位加法器、选择进位加法器、流水线加法器)-Verilog design all kinds of fast adder (four first adder, select adder pipelined adder)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:941498
    • 提供者:zhxuqin
  1. 8-grade-4-pipeline-adder-Verilog

    0下载:
  2. 这是一个8位4级流水线的加法器的Verilog程序。-This is a eight grade 4 pipeline adder the Verilog program.
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:13175
    • 提供者:晨晨
  1. DLX-pipeline-in-verilog

    0下载:
  2. verilog实现DLX指令集5段流水线-5 stage DLX pipeline implemented in verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:915825
    • 提供者:陈祥
  1. flow_proc

    0下载:
  2. FPGA FLOW verilog流水线把一个复杂的逻辑分成若干个比较简单的块实现,减少信号的逻辑级,提高频率。以芯片面积换取时间,即面积换取频率-FPGA FLOW verilog To a complex pipeline logic is divided into several blocks to achieve a relatively simple, reduce the logic level signal, increasing the frequency. The chip a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:246085
    • 提供者:网窝囊
  1. BCH_VLSI

    0下载:
  2. 使用HLS完成BCH编码的运算通路的设计,纯组合逻辑,对于65nm工艺可跑上1GHz。已经组合逻辑分为了多个部分,可在每一个部分之间插流水线。 附上可综合的纯RTL Code以及C++代码,以及Modelsim仿真。 可通过我的优化选项来学习如何优化HLS工具生产的代码。(BCH Encoder realized using HLS tool. Combinational logic.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-18
    • 文件大小:14505984
    • 提供者:蔡宇杰
  1. CPU_Verilog

    0下载:
  2. 此代码完成了流水线CPU的设计。其中有ALU,控制模块,UART等verilog代码。(This code completes the design of pipelined CPU)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-24
    • 文件大小:12288
    • 提供者:fairchildfzc
  1. highperformance

    0下载:
  2. 最大公约数(GCD)stein算法实现,高性能流水线实现(The greatest common divisor (GCD) stein algorithm, high performance pipeline implementation.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:BetaGo
  1. CPU-Pipeline

    2下载:
  2. 五级流水线的CPU的工程文件,在vivado上用verilog语言实现,包括串口,可进行简单的数学加法运算。(Five-stage pipeline CPU project files, including the serial port. vivado Verilog language. This CPU can do simple mathematical addition.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-23
    • 文件大小:14336
    • 提供者:Si Cheng
  1. multiplier

    1下载:
  2. Booth乘法器是属于位操作乘法器,采用流水线结构实现(The Booth multiplier is a bit-operated multiplier that is implemented in a pipeline structure.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2021-02-07
    • 文件大小:2138112
    • 提供者:wlkid1412
« 1 23 4 5 6 »
搜珍网 www.dssz.com