PCI.VHD, THE INTERFACE MODULE WITH PCI AGENT CHIP
--v1.0: For CY7C9689, First Version working on L01A chip
--V2.0: For simplified PCI Agent, Xilinx and AMD chips
iic总线控制器VHDL实现
-- VHDL Source Files:
i2c.vhd -- top level file
i2c_control.vhd -- control function for the I2C master/slave
shift.vhd -- shift register
uc_interface.vhd -- uC interface function for an 8-bit 68000-like uC
upcnt4.vhd -- 4-bit up counter
i2c_timesim.vhd -- po ...