0% found this document useful (0 votes)
63 views5 pages

IC Compiler II Tool Invocation Commands

This document outlines the invocation commands for the IC Compiler II tool, specifically detailing the usage of the 'icc2_shell' command. It provides syntax, arguments, and descriptions of various options available for running the tool, including options for script execution, initialization, and GUI invocation. The document serves as a guide for users to effectively utilize the IC Compiler II tool commands.

Uploaded by

NS Creations
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views5 pages

IC Compiler II Tool Invocation Commands

This document outlines the invocation commands for the IC Compiler II tool, specifically detailing the usage of the 'icc2_shell' command. It provides syntax, arguments, and descriptions of various options available for running the tool, including options for script execution, initialization, and GUI invocation. The document serves as a guide for users to effectively utilize the IC Compiler II tool commands.

Uploaded by

NS Creations
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

IC Compiler II Tool Invocation

Commands
Version W-2024.09, September 2024
Feedback

Contents

1. IC Compiler II Tool Invocation Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3


icc2_shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

2
Feedback

1
IC Compiler II Tool Invocation Commands
This document describes the tool invocation commands supported by the IC Compiler II
tool.

icc2_shell
Runs the IC Compiler II tool.
Syntax
icc2_shell
[-file file_name]
[-no_init]
[-no_local_init]
[-no_home_init]
[-no_log]
[-no_motd]
[-x command_string]
[-version]
[-batch]
[-dp_mode]
[-gui]

Data Types
file_name string
display_env_var string
command_string string

Arguments
-file file_name
Runs the specified script 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.
-no_init
Prevents the execution of any .synopsys_icc2.setup startup files before
displaying the initial icc2_shell prompt. This option is only used when you want

IC Compiler II Tool Invocation Commands 3


W-2024.09
Feedback
Chapter 1: IC Compiler II Tool Invocation Commands
icc2_shell

to include a command log or other script file to reproduce a previous icc2_shell


session. Include the script file either by using the -file option or by issuing the
include command from within the icc2_shell.
-no_local_init
Does not run any .synopsys_icc2.setup startup files from local directory path
before displaying the initial icc2_shell prompt.
-no_motd
Does not print the message of the day.
-x command_string
Executes the icc2_shell commands before displaying the initial icc2_shell
prompt. You can enter multiple commands by separating each command with
a semicolon and enclosing the entire set of commands with quotation marks. If
you also use the -file option, the tool executes the commands specified in the
-x option first, and then executes the script specified in the -file 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.
-version
Displays the version number and build date information, and then exits.
-batch
Exits after processing -file file_name and/or -x command_string. This also sets
the gui.batch_x_display option to offscreen. If you start the GUI in a batch run
using this setting, it does not require a DISPLAY and no windows are shown on
your DISPLAY. This is recommended while generating screenshots in your batch
flows.
-dp_mode
Starts the shell in Design Planning mode. In this mode, a limited functionality set
is available for Design Planning only.
-gui
Invokes the IC Compiler II GUI immediately upon startup.
Description
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 Tool Command
Language (Tcl).
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.

IC Compiler II Tool Invocation Commands 4


W-2024.09
Feedback
Chapter 1: IC Compiler II Tool Invocation Commands
icc2_shell

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.

IC Compiler II Tool Invocation Commands 5


W-2024.09

You might also like