Nios® V Processor Software Developer Handbook

ID 743810
Date 5/26/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.3.4. add_module_sw_setting

Usage

add_module_sw_setting <setting-name> <setting-type>
  • <setting-name> : Name of the setting to persist in the BSP settings file. This is prepended with the module name associated with this callback script
  • <setting-type> : Type of the setting to persist in the BSP settings file.

Creates a BSP setting that is associated with a particular instance of hardware module in a SOPC system. The set_module_sw_setting_property command is required to set the values for fields pertaining to a BSP software setting definition. 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> .

Example

add_module_sw_setting MY_FAVORITE_SETTING String