Nios® V Processor Software Developer Handbook

ID 743810
Date 7/20/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

13.5.4.8. set_sw_setting_property

Usage

set_sw_setting_property <setting-name> <property-name> <property-value>

Options

  • <setting-name>: Name of the setting to persist in the BSP settings file.
  • <property-name>: Name of the setting property to update.
  • <property-value>: Value of the setting property to update.

Description

Update a software components setting property. The setting must already be added using add_sw_setting2 command before calling this method.

Example

set_sw_setting_property MY_FAVORITE_SETTING default-value '42'