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

auHiUltraPCell

auHiUltraPCell(
[ t_filename ]
)
=> t / nil

Description

Displays the Ultra Pcell form to let you create an Ultra Pcell by compiling multiple Pcells into one cell. Optionally, you can save the Ultra Pcell SKILL code in a file by specifying the t_filename argument. For a description of Ultra Pcells, see Make Ultra Pcell Command

Ultra Pcells have the following requirements:

Arguments

t_filename

Filename (or path and filename) in which you want to save the SKILL code output by the Make Ultra Pcell command.

Value Returned

t

The form opened, and optionally, the SKILL file was created.

nil

The form did not opened or the SKILL file was not created;.

Examples

auHiUltraPCell( "myUltraPcell.il" )

Creates an Ultra Pcell, saving the Pcell code in the file named myUltraPcell.il.


Return to top
 ⠀
X