Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

16.5.3.16. set_module_sw_setting_property

Usage

set_module_sw_setting_property <setting-name> <property> <value>
  • <setting-name>: Name of the setting to persist in the BSP settings file associated with the SOPC module of this callback script
  • <property>: Name of the setting property to update
  • <value>: Value of the setting property to update

Update a module's software setting property. The setting must be added using the add_module_sw_setting command before calling this method. This command is only valid for a callback script. A callback script is set in the driver's *_sw.tcl file, using the command set_sw_property callback_source_file <filename> .

You can set the following setting properties:

  • destination
  • identifier
  • value
  • default_value
  • description
  • restrictions
  • group
set_module_sw_setting_property MY_FAVORITE_SETTING default-value '42'