搜索资源列表
vhdl_i2c
- 7. IIC 接口EEPROM 存取实验 按动开发板键盘某个键CPLD 将拨码开关的数据写入EEPROM 的某个地址,按动另 外一个键,将刚写入的数据读回CPLD,并在数码管上显示。帮助读者掌握I2C 的总线协 议和EEPROM 的读写方法。-7. IIC EEPROM Access Interface Development Board experimental pressed a button keyboard CPLD code will go into the data sw
i2cEEPROM.rar
- 使用VHDL编写的操作EEPROM来控制iic的读写操作,很方便,Use VHDL to prepare the operation to control the IIC EEPROM read and write operation, it is convenient
EEPROM
- VHDL语言写的IIC实现EEPROM,很好的程序,已经用过,没有问题-Written in VHDL language IIC achieve EEPROM, good procedures are used, there is no problem
i2c
- IIC 接口EEPROM 存取实验(verilog实现) 按动开发板键盘某个键 CPLD 将拨码开关的数据写入EEPROM 的某个地址,按动另 外一个键,将刚写入的数据读回CPLD,并在数码管上显示。帮助读者掌握I2C 的总线协 议和EEPROM 的读写方法。-verilog
verilogiic1121
- 代码中分了两个模块,iic_com模块除了执行和IIC通信有关的代码设计外,还有案件检测部分;而led_seg7模块只是驱动数码管显示从EEPROM指定地址读出的数据。-Code carved the two modules, iic_com IIC communication module in addition to the implementation and design of the code, there are some cases of detection and led_se
IICComponent
- IIC的vhdl实现,用ISE12.1建的项目,读取eeprom的接口代码-using FPGA to communicate with the EEPROM through IIC connector
I2C_24C01
- megal128的iic访问at24c的eeprom-megal128 the eeprom of iic access at24c
CAT24WC02
- S3C44BOX模拟IIC读写EEPROM-S3C44BOX simulation IIC EEPROM read and write
iic_module
- 根据仿顺序操作思想编写的IIC模块,能实现eepROM的读写操作-IIC module According to the copy written order operation thought ,which can realize the eepROM reading and writing operation
IIC
- 利用NIOS软核实现IIC总线协议上数据的传输,并在EEPROM上验证-NIOS soft-core data transmission on the IIC bus protocol, and verify the EEPROM
FPGA_IIC
- 这是我编写的FPGA控制IIC的程序,用来配置型号为24C02的EEPROM,已经通过验证。-This is my own Verilog HDL program for IIC control, it can configure the EEPROM named 24C02, and the program have been tested.
my_iic
- verilog fpga与eeprom 的iic通信-the iic communication of verilog fpga eeprom
iiceeprom
- IIC 和 EEPROM 通信 包含四个文件 读写时序-IIC and EEPROM communication
iic_eeprom
- IIC EEPROM接口测试程序,Xilinx参考设计,ML507硬件测试通过.-IIC EEPROM interface test code,Xilinx reference design,tested on ML507 platform.
verilogiic1121
- 一个基于verilog的iic协议的控制器,用状态机结构编写,可以将数据写入eeprom中,再读出来。-A protocol based on verilog for iic controller state machine structure with writing, data can be written to the eeprom, reading them out.
IIC_EEPROM
- IIC_EEPROM是通过IIC传输方式与EEPROM金星数据传输的Verilog工程原文件。-IIC_EEPROM by IIC transmission of data transfer with EEPROM Venus Verilog project the original file.
iic_rw
- eeprom的iic控制读写,verilog编写-eeprom iic verilog
scr
- 这是一个用verilog编写的基于IIC接口的控制eeprom的程序代码。程序经过验证是正确的。对不了解IIC的人来说是很好的资料。-This is based on the control eeprom IIC interface program code written in a use verilog. Program proven to be correct. IIC do not understand people who are very good information.
IIC读写EEPROM发送到PC串口
- 能实现用IIC读EEPROM并且将读取的数据通过串口发送到PC端,以及在PC端通过串口发送数据给FPGA,再利用IIC将数据写入EEPROM(The program can realize that FPGA read the data from EEPROM by IIC and then send it to PC by UART,and that PC send the data to FPGA by UART and then write the data to EEPROM by
eeprom_test
- eeprom读写,经典的iic接口,学习状态机的写法(read and write eeprom with iic interface)