Configuring NPI Scan in XilSEM - 2022.1 English

Xilinx Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2022-04-21
Version
2022.1 English

CIPS does not support a GUI interface to configure NPI scan parameters. So, you need to set the NPI scan parameters using the Vivado Tcl/TK command. Here is a sample command to configure NPI scan:

set_param bitgen.generateSwSha true
set_property -dict [list CONFIG.PS_PMC_CONFIG { SEM_NPI_ENABLE_SCAN_AFTER 1 SEM_TIME_INTERVAL_BETWEEN_SCANS 80} ] [get_bd_cells versal_cips_0]
validate_bd_design