搜索资源列表
-
0下载:
这是一个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
-
-
0下载:
用verilog编写的驱动I2C接口的存储器pca9534的程序运行成功-Prepared using verilog memory-driven I2C interface of the program to run successfully pca9534
-
-
1下载:
iic接口verilog HDL代码,经过测试验证,在OV7725控制接口上验证-
//i2c interface
output i2c_sclk, //i2c clock
inout i2c_sdat, //i2c data for bidirection
//user interface
input [7:0] i2c_config_size, //i2c config data counte
output reg [7:0] i2c
-