Visible to Intel only — GUID: nik1411442175854
Ixiasoft
Visible to Intel only — GUID: nik1411442175854
Ixiasoft
3.15.1. CPU Interface Signals
Signal Name |
Direction |
Description |
---|---|---|
cpu_clk | Input | Clocks the signals on the CPRI CPU interface. Supports any frequency that the device fabric supports. |
cpu_reset_n | Input | Active low reset signal. Resets the CPRI CPU interface and all of the registers to which it provides access. You should hold this signal asserted for one full cpu_clk cycle to ensure it is captured by the IP core. |
cpu_address[15:0] | Input |
Address for reads and writes. All CPRI control and status registers are 32 bits wide. By default, this address is a word address (addresses a 4-byte (32-bit) word), not a byte address. However, if you set Avalon-MM interface addressing type to Byte in the CPRI parameter editor, this address is a byte address. |
cpu_byteenable[3:0] | Input | Data-byte enable signal |
cpu_read | Input |
You must assert this signal to request a read transfer |
cpu_write | Input |
You must assert this signal to request a write transfer |
cpu_writedata[31:0] | Input |
Write data |
cpu_readdata[31:0] | Output |
Read data |
cpu_waitrequest | Output |
Indicates that the control and status interface is busy executing an operation. When the Intel® FPGA IP core deasserts this signal, the operation is complete and the read data is valid. |
cpu_irq | Output |
Interrupt request. All interrupts that you enable in the relevant register fields, assert this interrupt signal when they are triggered. You must check the relevant register fields to determine the cause or causes of the interrupt assertion. |