Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

15.5.2.35. get_setting

Usage

get_setting <name>

Options

  • <name>: String with the name of the setting to get.

Description

Returns the value of the specified BSP setting. get_setting returns boolean settings with the value 1 or 0. If the value of the setting is an empty string, get_setting returns "none".

Example

puts [get_setting hal.enable_c_plus_plus]

Returns:

0