Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcSetFTermWidth

pcSetFTermWidth(
t_baseName
x_width
) 
=> t_baseName_width / nil

Description

Creates a net or terminal name and assigns a width.

Arguments

t_baseName

String specifying the base name for the net or terminal.

x_width

Integer specifying the width of the net or terminal.

Value Returned

t_baseName_width

String specifying the base name followed by the width, in the following format:

"baseName<n1:n2>"

nil

Returned if the function does not complete successfully.

Examples

pcSetFTermWidth( "test" 20 ) 
    => "test<0:19>"

Creates a net or terminal with the base name "test" and assigns a width of 20.


Return to top
 ⠀
X