2.3.100. READBOARDFILE

The READBOARDFILE command reads the specified board file.

Syntax

READBOARDFILE [,auto] [=board-filename]

where:

auto

Is an optional qualifier. If you specify auto the command does not read the specified board file if it is the same as the last one read.

board-filename

Specifies the name of the board file to read. It must be enclosed in double quotes.

You can include one of more environment variables in the filename. For example, if MYPATH defines the location C:\Myfiles, you can specify:


readboardfile ="$MYPATH\\gizmo.brd"

Description

The READBOARDFILE command reads the specified board file. If you do not specify a board file, the command rereads the current board file. If you do not specify a board file and no board file has been read, the command reads the default rvdebug.brd.

The READBOARDFILE command runs synchronously.

Examples

The following example shows how to use READBOARDFILE:

readboardfile ="c:\sources\gizmo.brd"

Read the file gizmo.brd into memory, replacing the current file.

See also

The following commands provide similar or related functionality:

Copyright © 2002-2005 ARM Limited. All rights reserved.ARM DUI 0175G
Non-Confidential