1.4.2. Dynamic Reconfiguration API Functions
API Function | Access Type (R/W) |
Argument | Return Value | Description |
---|---|---|---|---|
Read_Param_table | R | N/A | Parameter contents | Retrieve parameter table contents from the I/O SSM memory. |
get_output_delay | R |
|
DELAY value | Read from the PIN_OUTPUT_DELAY register for the specified ID, group number, and pin number.
Specified CSR to:
|
get_data_input_delay | R |
|
DELAY value | Read from the PIN_INPUT_DELAY register for the specified ID, group number, and pin number. |
get_strobe_input_delay | R |
|
DELAY value | Read from the STROBE_INPUT_DELAY register for the specified ID and group number. |
get_strobe_enable_delay | R |
|
DELAY value | Read from the STROBE_EN_DELAY register for the specified ID and group number.
Specified CSR to:
|
get_strobe_enable_phase | R |
|
DELAY value | Read from the READ_EN_PHASE register for the specified ID and group number.
Specified CSR to:
|
get_read_valid_delay | R |
|
DELAY value | Read from the READ_VALID_DELAY register for the specified ID and group number.
Specified CSR to:
|
set_output_delay | W |
|
N/A | Write to PIN_OUTPUT_DELAY register for the specified ID, group number, and pin number. |
set_data_input_delay | W |
|
N/A | Write to PIN_INPUT_DELAY register for the specified ID, group number, and pin number. |
set_strobe_input_delay | W |
|
N/A | Write to STROBE_INPUT_DELAY register for the specified ID and group number. |
set_strobe_enable_delay | W |
|
N/A | Write to STROBE_ENABLE_DELAY register for the specified ID and group number. |
set_strobe_enable_phase | W |
|
N/A | Write to STROBE_ENABLE_PHASE register for the specified ID and group number. |
set_read_valid_delay | W |
|
N/A | Write to READ_VALID_DELAY register for the specified ID and group number. |
- ID—Interface ID set during PHY Lite for Parallel Interfaces instantiation.
- NUM_GROUP—The number of data/strobe groups in the interface.
- PIN—Logical pin of the interface.
- DELAY value—Refer to Control Registers Description section of the PHY Lite for Parallel Interfaces Intel® FPGA IP User Guide.