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

搜索资源列表

  1. digital-DC_DC-control-chip

    0下载:
  2. 复旦大学 数字DCDC控制芯片设计 利用matlab中simulink建模 verilog语言实现 对于芯片设计有较大参考价值-Fudan University digital DCDC control chip design using Simulink matlab modeling Verilog language to achieve a larger reference value for the design of the chip
  3. 所属分类:Project Design

    • 发布日期:2017-05-28
    • 文件大小:10362856
    • 提供者:马戎
  1. MPEG_4-codec-chip-development-system

    0下载:
  2. 浙江大学 基于FPGA的MPEG-4编解码芯片开发系统设计 利用verilog 加以实现,对于在实践中学习verilog很有帮助-Zhejiang University, MPEG-4 codec chip development system based on FPGA use verilog to achieve in practice for learning verilog helpful
  3. 所属分类:Project Design

    • 发布日期:2017-05-13
    • 文件大小:2811759
    • 提供者:马戎
  1. Verilog-IIC-read-MPU6050-Filter

    0下载:
  2. 本代码实现了读MPU6050 三轴6个数据,用其中的GY和AZ、AX结合融合滤波算法,解出X单轴角度,并在黑金开发板的EP4C15F17C8芯片上调试成功,±5°范围内LED灯灭,左右摆动时相应左右灯亮。 顶层模块每隔5ms,发出一个is_read高电平,下面的模块读取一次数据,并计算,更新LED状态。有关计算都用的ip核,占用资源很大。希望对小小小小白有所帮助。 -Verilog codes read 6 axis data of MPU6050, and use GY AZ AX w
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-27
    • 文件大小:9502009
    • 提供者:魏溢
  1. traffic-light-Verilog

    0下载:
  2. 交通灯分为X组和Y组,每组包括了2位倒计时数码管和红黄绿三色LED信号灯(每组包括﹢、-两小组,显示内容一样),考虑到应用需求,要求芯片可通过I2C接口连接到上位机,以调节内部控制寄存器,此为Verilog代码,包含led、seg、timer等模块。-Traffic lights are divided into groups X and Y groups, each including two digital countdown yellow-green and red LED lights
  3. 所属分类:transportation applications

    • 发布日期:2017-12-13
    • 文件大小:16268
    • 提供者:chen le
  1. SRAM芯片(read&write)

    2下载:
  2. 自己编写的针对SRAM芯片的Verilog读写程序,非常有用(I have written for SRAM chip Verilog read and write procedures, very useful)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:何河
  1. I2C

    0下载:
  2. 自己编写的针对I2C芯片的Verilog读写程序,非常有用(I have written for I2C chip Verilog read and write procedures, very useful)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:何河
  1. AD9777

    1下载:
  2. 基于FPGA平台设计的AD9777芯片的代码(AD9777 chip design based on FPGA platform code)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-23
    • 文件大小:292864
    • 提供者:leopard021224
  1. DAC_TLC5620

    0下载:
  2. 基于verilog的dac5620芯片的驱动及仿真(Drive and Simulation of dac5620 chip based on Verilog)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-12-18
    • 文件大小:1319936
    • 提供者:SuperDan
  1. sp6ex19

    0下载:
  2. FPGA片内FIFO实例,对FPGA片内FIFO进行读写测试(FPGA examples of FIFO, FPGA on-chip FIFO reading and writing test)
  3. 所属分类:VHDL/FPGA/Verilog

  1. 红外接收解码

    0下载:
  2. 红外接收解码 工程说明 本案例实现了编码格式为“引导码+地址码+数据码+数据反码”的红外发送数据进行接收和解码,并将收到的数据显示到七段译码器上。 案例补充说明 在实际的产品设计或业余电子制作中,编码芯片并一定能完成要求的功能,这时就需要了解所使用的编码芯片到底是如何编码的。只有知道编码方式,我们才可以使用单片机或数字电路去定制解码方案。(Infrared receiving and decoding Engineering descr iption In this case the enc
  3. 所属分类:嵌入式/单片机编程

  1. nb6l295

    1下载:
  2. verilog code用于控制nb6l295延时芯片的延时值控制调节驱动(Verilog code is used to control the delay value of nb6l295 delay chip, and to control the regulation drive)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:xiaofei_jin
  1. SPI

    0下载:
  2. SPI(Serial Peripheral Interface,串行外设接口)是Motorola公司提出的一种同步串行数据传输标准,是一种高速的,全双工,同步的通信总线,在很多器件中被广泛应用。 SPI相关缩写 SS: Slave Select,选中从设备,片选。 CKPOL (Clock Polarity) = CPOL = POL = Polarity = (时钟)极性 CKPHA (Clock Phase) = CPHA = PHA = Phase = (时钟)相位
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-21
    • 文件大小:6144
    • 提供者:helimpopo
  1. ADS8329

    3下载:
  2. ADC芯片ADS8329数据采集的verilog代码,已经用在工程中,没问题。(ADC chip ADS8329 data acquisition Verilog code, has been used in the project, no problem.)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:麦子名兜
  1. W5300_IF

    2下载:
  2. 实现FPGA与W5300 芯片的百兆以太网通信 ,实际项目中应用很多(Fast Ethernet communication between FPGA and W5300 chip, the actual project in many applications)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:bug赵
  1. AT25160B

    0下载:
  2. 该代码完成存储器的数据存储和读取功能,该芯片是一款Atmel的SPI接口的EEPROM存储芯片。(The code completes the memory data storage and reading function, the chip is a Atmel SPI interface EEPROM memory chip.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-01
    • 文件大小:6144
    • 提供者:leixiaoming
  1. 20 CAN总线实验

    0下载:
  2. 基于can总线的,Verilog源代码分享,可以在Z7030芯片开发板进行演示。(Based on the CAN bus, Verilog source code sharing, can be demonstrated in the Z7030 chip development board.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1292288
    • 提供者:haotian1989
  1. temper_test

    2下载:
  2. 通过Verilog实现用DS18B20温度传感器用MAX7219驱动8个数码管显示。(MAX7219驱动程序也在里面)。实验用EP4CE22F17芯片实现。(Through Verilog realize with DS18B20 temperature sensor, drive 8 digital tube display with MAX7219. (the MAX7219 driver is also inside). Experiment with EP4CE22F17 chip.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-06
    • 文件大小:4236288
    • 提供者:y1a2n3g4
  1. uart_test

    0下载:
  2. 通过FPGA,实现串口传输数据,并且可以支持多种不同的波特率,用EP4CE22F17芯片实现。(Through the FPGA, serial transmission data, and can support a variety of baud rates, using EP4CE22F17 chip implementation.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:y1a2n3g4
  1. 35_OV7725_VGA_DDR3_LX16_joint

    0下载:
  2. 多目摄像头同屏显示,实现图像分割,xilinx公司芯片,ISE平台开发(Multi camera on the same screen display, image segmentation, Xilinx company chip, ISE platform development)
  3. 所属分类:VHDL/FPGA/Verilog

  1. Altera_lcd_color_bar_117

    0下载:
  2. altera公司飓风四代芯片,LCD屏幕彩条显示,有效实现行、场扫描。练习FPGA驱动VGA或LCD显示的入门程序(Altera hurricane four generation chip, LCD screen color display, the effective realization of line and field scanning.Practice FPGA to drive VGA or LCD display)
  3. 所属分类:VHDL/FPGA/Verilog

« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com