搜索资源列表
FIFO
- 一个异步的FIFO的VERILOG程序,有测试程序
I2C
- I2C总线的verilog 程序,非常有用,已经经过验证。
bb.rar
- 乒乓结构的verilog程序,风格相当好。大家赶紧 下了啊。,Verilog procedural ping-pong structure, style pretty good. Under the U.S. quickly, ah.
i2c.rar
- 这是一个IIC的接口程序,是夏宇闻编的书《verilog 数字系统设计教程》的IIC的源码,很通俗易懂.rar,This is an IIC interface procedures for Xia Wen book " verilog Digital System Design Guide," the source of the IIC, it is easy to understand. Rar
cic512.rar
- 5阶cic滤波器,抽取12倍,的verilog程序,已经通过仿真验证,一、具有很高的速率,5-order CIC filter, collected 12 times the Verilog procedures are by simulation, one with a very high rate
MSK
- 用VERILOG编写的MSK调制模块的程序代码 简单易懂-MSK modulation with a VERILOG module written in easy to understand code
ldcp_verilog
- ldpc verilog 程序 做ldpc硬件实现的可以-ldpc verilog procedures do LDPC hardware implementation can
miaobiao
- verilog写的分频程序,可以对输入的频率分频-Verilog write the sub-frequency procedures, can the frequency of the input frequency
jiaotongdeng
- 交通灯程序,verilog源代码,测试通过。-Procedures for traffic lights, verilog source code, test.
clock
- 数字钟的verilog程序,很经典,大家可以看看。-Verilog digital clock procedures, it is a classic, we will look at.
hld
- 红绿灯Verilog程序 很好很好 很有用的-Verilog trafficlight
wddc_module
- 数字下变频的Verilog程序,测试可以直接使用,将A/D信号下变频为基带I,Q两路信号-Digital down conversion of the Verilog program, testing can be used directly to A/D signal down-conversion to baseband I, Q signals two
USBverilog
- verilog USB程序,经过实践调试,并且都能成功实现-verilog USB procedures, debugging practice, and can be successfully achieved
I2C
- 用verilog编写的驱动I2C接口的存储器pca9534的程序运行成功-Prepared using verilog memory-driven I2C interface of the program to run successfully pca9534
fftverilog
- verilog写的 fft 程序 大家 下载吧 希望能够喜欢-fft write verilog program we hope to be able to download it like Ha, ha, ha
Chapter1-5
- 第一章到第五章的代码 本书通过100多个模块实例,详细地讲解了Verilog HDL程序设计语言,全书共分13章,内容涉及VerilogHDL语言基本概念、建模、同步设计、异步设计、功能验证等,实例包括各种加法器/计数器、乘法器/除法器、编码器/译码器、状态机、SPIMaster Controller、I2C Master controller、CAN ProtocolController、Memory模块、JPEG图像压缩模块、加密模块、ATA控制器、8位RISC-CPU等及各个实例
09_alloc
- 一个自己用verilog写的路由仲裁器的程序,基于fpga。-Own use verilog to write a routing arbiter of the program, based on fpga.
top
- uart的verilog程序语言描述,先上文件哦,继续-uart的verilog描述
sim
- SPI verilog程序,简单有效,可通过编译-SPI verilog program, simple and effective, can be compiled
UART_RS232(verilog)
- /本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作