Return to previous page Advance to next page
FPGA Editor Guide
Chapter 6 : Command Line Syntax

Running Commands

You can run the FPGA Editor commands many different ways, including.

Command Conventions

The following are FPGA Editor Command Conventions.

Example 1

To select a net whose name has an embedded space in it, use one of the following methods.

select net “my net”

select net my\ net

The back slash precedes the space character.

Example 2

To select a component with special characters in it, enter the following.

select comp COUNT\*

To select all components that start with COUNT, enter the following.

select comp COUNT*