CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - initialize

搜索资源列表

  1. src

    0下载:
  2. 鼠标的verilog驱动,代码很短上电初始化后即可使用-Verilog mouse driver, code to initialize a very short period after the power to use
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3.13kb
    • 提供者:long Xu
  1. miffile

    0下载:
  2. 用matlab产生mif文件。(Altera的EDA软件,如maxplus,quartus等用到的初始化rom,ram等的文件格式)-Mif files generated by matlab. (Altera' s EDA software, such as maxplus, quartus used to initialize and so on rom, ram, such as the file format)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:1.41kb
    • 提供者:何亮
  1. daima

    0下载:
  2. 状态机控制AD转换模块 该模块主要实现对MAX197的控制:根据设计需要对芯片进行初始化(包括写控制字选择输入电压值范围、选择通道以及工作模式),并把通道数送指示灯显示以及用键盘控制通道号(按一下,通道号加1,同时点亮相应的指示灯,循环使用个通道);控制状态机的工作时序,并置两次采集到的数据为12位数据输出,并经过锁存进程来锁存数据,最后从锁存器中把输出数据-The state machine controls AD and changes the module this module ma
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2.71kb
    • 提供者:万俟斌
  1. ad9777_ini

    1下载:
  2. Verilog编写的AD9777初始化代码-Verilog code to initialize the preparation of the AD9777
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1.19kb
    • 提供者:hanpei
  1. goip

    0下载:
  2. This application is about xinlinx fpga. initialize the gpio,led,switch and others in the college project board. If you are a novice, this application will help you shorten the learning time.
  3. 所属分类:VHDL-FPGA-Verilog

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

    1下载:
  2.   8259A是专门为了对8085A和8086/8088进行中断控制而设计的芯片,它是可以用程序控制的中断控制器。单个的8259A能管理8级向量优先级中断。在不增加其他电路的情况下,最多可以级联成64级的向量优先级中断系统。8259A有多种工作方式,能用于各种系统。各种工作方式的设定是在初始化时通过软件进行的。 在总线控制器的控制下,8259A芯片可以处于编程状态和操作状态.编程状态是CPU使用IN或OUT指令对8259A芯片进行初始化编程的状态- 8259A is designed t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:746.91kb
    • 提供者:keven
  1. I2Csaa7113

    0下载:
  2. 利用FPGA模拟IIC总线对7113视频解码芯片进行初始化,并可以读出相应寄存器的值-FPGA simulation using IIC bus on the 7113 to initialize the video decoder chip, and can read out the value of the corresponding register
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:921.38kb
    • 提供者:杨然
  1. I2C_v

    0下载:
  2. 本工程主要是介绍操作一个I2C总线接口的EEPROM AT24C08的方法,使用户了解I2C总线协议和读写方法。 2、通过JTAG口把I2C_FPGA.sof下载到FPGA后,请先长按reset按键大约1秒左右,以进行初始化。按一下实验板上的KEY1键,计数器加1计算,并把计算结果写入EEPROM,并同时显示在数码管最低位,按KEY0把EEPROM的数据读取出来,并显示在数码管上。-Operation of this project is to introduce an I2C bus inte
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1.14mb
    • 提供者:merlin
  1. uart-frame

    0下载:
  2. 原来的uart9010程序发送接收端顺序翻了,更正了错误,完成了协议帧的处理,注意 rst要接复位,来初始化输入格式55 f1 41 01020304 ee验证码是ee 程序中可改。-The original uart9010 program to send the order turned the receiver, correct the error, complete the protocol frame processing, attention rst to take res
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:278.51kb
    • 提供者:asfk
  1. infrared-transfer-of-VHDL

    0下载:
  2. 使用硬件描述语言 VHDL 编程: 红外线传输系统包括发送方和接收两端,都可以单独进行初始化清零处理。在可以设置准备发送的 8bits 8bits8bits 的数据信息,连同一个偶校验位起发送。接受端收到 的数据信息,连同一个偶校验位起发送。接受端收到 8bits的数据信息和一位偶校验后,显示接 收到并根判定的数据信息和一位偶校验后,显示接 收到并根判定的数据信息和一位偶校验后,判定收到的信息是否出错。-Infrared transmission system including the s
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:1.86kb
    • 提供者:东方不败
  1. flash

    0下载:
  2. FLASH 读写模块,用于一般通信当中。包括各个状态模块的转化,以及初始化。-Flash reader module to be used for general communications. Including the transformation of the status module and initialize.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:2.23kb
    • 提供者:吴震
  1. camero_driver

    0下载:
  2. 驱动并初始化OV7670摄像头,并在FPGA上做初步的数据处理和存储,用Diamond2.0软件进行仿真和调试的配置-Driver and initialize OV7670 camera on FPGA preliminary data processing and storage, Diamond2.0 software simulation and debugging configuration
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-19
    • 文件大小:4.67mb
    • 提供者:jasmine
  1. Flash-Memory-RAM

    0下载:
  2. 周立功Fusion StartKit,fpga开发板的实验例程,Flash Memory初始化RAM实验-ZLG Fusion StartKit, fpga development board test routines Flash Memory Initialize RAM experiments
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-09
    • 文件大小:14.39mb
    • 提供者:xyz
  1. 1602

    0下载:
  2. 基于Verilog的液晶初始化程序。本程序可初始化基于FPGA的1602模块。-Verilog-based LCD initialization procedure. This procedure can initialize the based FPGA module 1602.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-28
    • 文件大小:5.41kb
    • 提供者:李路路
  1. LCD

    0下载:
  2. 基于VHDL的LCD液晶屏初始化驱动代码-VHDL-based LCD driver code to initialize the LCD screen
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:488.33kb
    • 提供者:
  1. led_demo

    0下载:
  2. fpga初始化,实现led流水灯实验,数码管计时,以及开发板各模块初始化-fpga initialize realize led light water experiments, digital timer, as well as the board of each module initialization
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-19
    • 文件大小:5.18mb
    • 提供者:汪洋
  1. write

    0下载:
  2. 使用golang生成一个coe文件,初始化rom。其中随机产生10000个数值作为初始化值-Use golang generate a coe file to initialize rom. Wherein the randomly generated value as the initial value 10000
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:531byte
    • 提供者:
  1. iic_src

    0下载:
  2. 标准I2C总线时序实现,可以用来初始化I2C设备。-Standard I2C bus timing implementation, can be used to initialize the I2C device。
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3.3kb
    • 提供者:huowei
搜珍网 www.dssz.com