Configuring XilSEM - 2021.2 English

Xilinx Standalone Library Documentation: OS and Libraries Document Collection

Document ID
UG643
Release Date
2021-10-27
Version
2021.2 English

CIPS does not support a GUI interface to configure XilSEM parameters. So, you need to set the XilSEM library parameters using the Vivado Tcl/TK command. Here is a sample command to enable XilSEM with the hardware ECC/SHA and immediate start-up:


set_property -dict [list CONFIG.PS_PMC_CONFIG {SEM_MEM_SCAN 1 SEM_MEM_ENABLE_ALL_TEST_FEATURE 0 SEM_MEM_GOLDEN_ECC_SW 0 SEM_MEM_ENABLE_SCAN_AFTER 1 SEM_NPI_SCAN 1 SEM_NPI_ENABLE_SCAN_AFTER 1 } ] [get_bd_cells versal_cips_0]
set_property bitstream.general.clearecc no [current_bd_design]
set_property bitstream.general.compress true [current_bd_design]
validate_bd_design