CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Verilog HDL

搜索资源列表

  1. i2c(FPGA)

    2下载:
  2. 基于FPGA的I2C总线模拟,采用verilog HDL语言编写。-FPGA-based I2C bus simulation, using verilog HDL language.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:212859
    • 提供者:李浩
  1. multiply

    0下载:
  2. 这是我用verilog hdl语言写的浮点乘法器,用的是基4的booth算法,对于部分积使用了5-2压缩和3-2压缩,欢迎大家指点,也欢迎大家把它改成流水线以提高速度.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4025
    • 提供者:lanty
  1. chinese_version_of_the_gold_reference_for_Verilog.

    0下载:
  2. Verilog_黄金参考中文版,共HDL开发的朋友使用,要珍惜哦!-Gold reference Verilog_ Chinexe version of Friends of the total development of the use of HDL, it is necessary to cherish Oh!
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:468679
    • 提供者:gendar
  1. MQdecoder

    1下载:
  2. Verilog HDL 实现的JPEG200的MQ解码-JPEG2000 MQ DECODER BASED ON FPGA, Verilog HDL
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:1518175
    • 提供者:林木
  1. hdl

    0下载:
  2. 对lvds的结构用verilog和vhdl代码进行了详细的描述-The structure of the lvds with verilog and vhdl code described in detail
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:21198
    • 提供者:LUCAS
  1. asias_dds

    0下载:
  2. 一个简易的信号源,具有多种波形发生功能还有扫频,调制,频率计等相关功能-My project is on Direct Digital Synthesiser using Verilog HDL.This project is doing by me on july 2009 in summer training at NIT Kurukshetra, India. This DDS system generate the square wave, Triangular wave,Sine wa
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:31857
    • 提供者:david
  1. 1024point-fft--using-verilog-hdl

    0下载:
  2. 1024点快速傅里叶变换,使用verilog hdl硬件描述语言-1024point FFT,using verilog hdl
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:28661
    • 提供者:毋宁
  1. robot_7_31

    0下载:
  2. 使用Verilog HDL来控制机器人,六个高精密舵机,舵机运动非常流畅,舵机不抖动-FPGA to control the robot servo, six servos
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:3445053
    • 提供者:沙佑平
  1. div16d8

    0下载:
  2. 16位除以8位除法器,Verilog HDL语言-16 divided by 8 divider, Verilog HDL language
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:1404
    • 提供者:孙璐
  1. fpga-jpeg-Verilog

    1下载:
  2. jpeg ip核解码器,可以用来解码jpeg,verilog源代码-jpeg ip core for verilog HDL
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:109758
    • 提供者:wanghaiwei
  1. verilogPHDL-classic-tutorial

    0下载:
  2. verilog+HDL 金典教程,可以为初学者带来很大的方便,便于学习与理解-verilog+HDL Golden tutorial, you can bring great convenience for beginners, easy to learn and understand
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:4687752
    • 提供者:zhangchuan
  1. ADPLL

    0下载:
  2. This paper presents the ADPLL design using Verilog and its implementation on FPGA. ADPLL is designed using Verilog HDL. Xilinx ISE 12.1 Simulator is used for simulating Verilog Code. This paper gives details of the basic blocks of an ADPLL. In this p
  3. 所属分类:matlab例程

    • 发布日期:2014-04-24
    • 文件大小:3909
    • 提供者:laxman425
  1. booth_multiplier

    0下载:
  2. A classic booth multiplier implemented using verilog HDL using the Xilinx software.
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:DarkRofl
  1. cordic

    1下载:
  2. 基于Verilog HDL语言,用cordic算法的旋转模式实现三角函数和反三角函数的计算(Calculation of trigonometric function and anti trigonometric function by rotation mode of CORDIC algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:8192
    • 提供者:yinbayinba
  1. Cordic3

    2下载:
  2. 用cordic算法求三角函数与反三角函数的Verilog编程(Verilog programming of trigonometric function and inverse trigonometric function by CORDIC algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:1429504
    • 提供者:yinbayinba
  1. cordic_pipelined

    0下载:
  2. 用Verilog进行三角函数与反三角函数的计算(Calculation of trigonometric function and inverse trigonometric function by Verilog)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:yinbayinba
  1. CICFilter

    0下载:
  2. 一个CIC滤波器的源代码,基于verilog HDL语言(The source code of a CIC filter is based on Verilog HDL language.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:4096
    • 提供者:IT熊出没
搜珍网 www.dssz.com