Commits BreadcrumbsHistory for Minimig-AGA_SoCkit sys I2C_AV_Config.v on7d8dc81 User selector All users DatepickerAll time Commit History Commits on Jun 8, 2022 SoCkit port somhicommittedJun 9, 2022 7d8dc81 End of commit history for this file...
module I2C_AV_Config ( //Host Side iCLK, iRST_N, // I2C Side oI2C_SCLK, oI2C_SDAT ); // Host Side input iCLK; input iRST_N; // I2C Side output oI2C_SCLK; inout oI2C_SDAT; // Internal Registers/Wires reg [15:0] mI2C_CLK_DIV; reg [23:0] mI2C_DATA; reg ...