IC Compiler™ II Tool Invocation Commands

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5
At a glance
Powered by AI
The document discusses the icc2_shell command which is used to run the IC Compiler II tool and interpret its commands. Icc2_shell is based on Tcl and executes commands until terminated.

The icc2_shell command starts the IC Compiler II shell to interpret and execute IC Compiler II commands. It runs commands until terminated by quit or exit.

-f runs a script file, -x runs commands, -no_init skips setup files, -version displays version info

IC Compiler™ II

Tool Invocation Commands


Version T-2022.03-SP1, April 2022
IC Compiler™ II Tool Invocation Commands Version T-2022.03-SP1

Copyright Notice and Proprietary Information


© 2021 Synopsys, Inc. All rights reserved. This Synopsys software and all associated documentation are proprietary to Synopsys, Inc. and may only be used pursuant
to the terms and conditions of a written license agreement with Synopsys, Inc. All other use, reproduction, or distribution of the Synopsys software or the associated
documentation is strictly prohibited.
Destination Control Statement
All technical data contained in this publication is subject to the export control laws of the United States of America. Disclosure to nationals of other countries contrary to
United States law is prohibited. It is the reader's responsibility to determine the applicable regulations and to comply with them.
Disclaimer
SYNOPSYS, INC., AND ITS LICENSORS MAKE NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Trademarks
Synopsys and certain Synopsys product names are trademarks of Synopsys, as set forth at
http://www.synopsys.com/company/legal/trademarks-brands.html.
All other product or company names may be trademarks of their respective owners.
Free and Open-Source Software Licensing Notices
If applicable, Free and Open-Source Software (FOSS) licensing notices are available in the product installation.
Third-Party Links
Any links to third-party websites included in this document are for your convenience only. Synopsys does not endorse and is not responsible for such websites and their
practices, including privacy practices, availability, and content.
www.synopsys.com

2
IC Compiler™ II Tool Invocation Commands Version T-2022.03-SP1

Contents

icc2_shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4. . . . . . . . . .

Contents 3
IC Compiler™ II Tool Invocation Commands Version T-2022.03-SP1

icc2_shell
Runs the IC Compiler II tool.

SYNTAX
icc2_shell
[-f file_name]
[-x command_string]
[-no_init]
[-version]

Data Types
file_name string
display_env_var string
command_string string

ARGUMENTS
-f file_name

Runs the specified icc2_shell script before before displaying the initial icc2_shell prompt.

If the last command in the script file is quit, no prompt is displayed and the command shell exits after running the script.

-x command_string

Runs the specified icc2_shell commands before displaying the initial icc2_shell prompt.

You can enter multiple commands by separating the commands with a semicolon and enclosing the entire set of commands with
quotation marks.

If you also use the -f option, the tool runs the commands specified in the -x option first, and then runs the script specified in the-f
option.

If the last command in the set of commands is quit, no prompt is displayed and the command shell exits after running the
commands.

-no_init

Does not run any .synopsys_icc2.setup startup files before displaying the initial icc2_shell prompt.

-version

Displays the version number and build date information, and then exits.

DESCRIPTION

icc2_shell 4
IC Compiler™ II Tool Invocation Commands Version T-2022.03-SP1

This command starts the IC Compiler II shell, icc2_shell, which interprets and executes IC Compiler II commands. The icc2_shell
command interpreter is based on Tcl (Tool Command Language).

The shell executes commands until it is terminated by a quit or exit command. In interactive mode, you can also terminate the
icc2_shell session by typing Ctrl+d.

To cancel (interrupt) the command currently executing in icc2_shell, type Ctrl+c. The time it takes for a command to process an
interrupt (stop what it is doing and continue with the next command) depends upon the size of the design and the type of command. If
you type Ctrl+c three times before a command responds to the interrupt, icc2_shell displays the following message and exits:

Information: Process terminated by interrupt.

SEE ALSO
icc2_lm_shell(1)

icc2_shell 5

You might also like