get_config - 2024.1 English

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2024-06-19
Version
2024.1 English

For example, if users want to find a parameter value of a lib, os, or .

stdout = domain_object.get_config(option = 'os', param = 'standalone_stdout')
stdout['value']

Users can use the same API to get a parameter on a specific library

ticktimer = domain_object.get_config(option = 'lib', lib_name = 'xiltimer', param = 'XILTIMER_en_interval_timer')
ticktimer['value']