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.12. get_peripheral_property

Usage

get_peripheral_property <slave-descriptor> <property-name>

Options

  • <slave-descriptor> : Slave descriptor of a connected peripheral device
  • <property-name> : Property name to query from the connected peripheral device

Description

This command is used on an EIC instance callback to obtain a connected peripheral property value. 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

get_peripheral_property jtag_uart supports_preemption;