Sets logic zero for input ports and input pins
Syntax
set_logic_zero [‑quiet] [‑verbose] <objects>
Usage
Name | Description |
---|---|
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
<objects>
|
List of input ports and input pins |
Description
Sets the specified input ports and input pins to a logic zero. This command is NOT supported in Synthesis.
Note: This command operates silently and does not return direct feedback of its operation.
Arguments
-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the
set_msg_config
command.
<objects>
- (Required) A list of the input ports and pins to be affected.
Examples
The following example sets the specified port to logic state 0:
set_logic_zero [get_ports reset]