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.3.6. add_systemh_line

Usage

add_systemh_line <sw> <name> <value
  • <sw>: The software (OS) that the system.h text is associated with
  • <name>: Name of macro to write into system.h (left-hand side of #define)
  • <value>: Name of value to assign to macro in system.h (right-hand side of #define)

Description

Adds a line of text to the system.h file. The <sw> argument is the name of the software type (typically an operating system name) that the system.h text applies to. In the context of an operating system Tcl script, the name in the create_os <name> command must be used. The text is a name-value pair that creates a macro (#define statement) in the system.h file.

Note: This command can only be used by Tcl scripts that are registered to run at BSP generation time by an operating system.

Example

add_systemh_line UCOSII OS_TICKS_PER_SEC 100