I2C IP (Inter-Integrated Circuit Intellectual Property) is a widely used, two-wire serial communication protocol designed for efficient, low-power data exchange between multiple devices. It enables seamless integration of peripherals like sensors,
| Name | Width | Direction | Description |
|---|---|---|---|
| clk | 1 | Input | Global clock |
| scl_in | 1 | Input | Used as input for the clk in slave mode |
| scan_mode | 1 | Input | Scan mode (DFT Mode) |
| scan_enable | 1 | Input | Scan enable (DFT Mode) |
| sda_in | 1 | Input | Used for data in |
| rstn | 1 | Input | Use for reset |
| scl_out | 1 | Output | Used to output the clk in master mode |
| sda_out | 1 | Output | Used for data out |
| Generic Bus Interface | 99 | Input/Output | Generic Bus Interface Signals. More details in the design document |
| DMA Interface | 89 | Input/Output | Generic DMA Interface Signals. More details in the design document |
| Name | Width | Direction | Description |
|---|---|---|---|
| clk | 1 | Input | Global clock |
| scl_in | 1 | Input | Used as input for the clk in slave mode |
| scan_mode | 1 | Input | Scan mode (DFT Mode) |
| scan_enable | 1 | Input | Scan enable (DFT Mode) |
| sda_in | 1 | Input | Used for data in |
| rstn | 1 | Input | Use for reset |
| scl_out | 1 | Output | Used to output the clk in master mode |
| sda_out | 1 | Output | Used for data out |
| Generic Bus Interface | 99 | Input/ Output |
Generic Bus Interface Signals. More details in the design document |
| DMA Interface | 89 | Input /Output |
Generic DMA Interface Signals. More details in the design document |