Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

vfoGRSmoothen

vfoGRSmoothen(
d_inst
[ ?tmpLpp t_tmpLpp ]
[ ?direction t_direction ]
) 
=> d_inst

Description

Removes the small notches in the given direction from the fluid shape of the given fluid Pcell instance. The temporary shapes are created on tmpLpp.

Arguments

d_inst

The ID of the fluid Pcell instance to smoothen.

?tmpLpp tmpLpp

The layer purpose pair to create temporary shapes. The default is ("y0" "drawing").

?direction direction

The direction can be one of the following: in, out, or least. The default is least.

Value Returned

d_inst

The database ID of the smoothened fluid Pcell instance.

Example

vfoGRSmoothen(inst)
    => db:0xf11ec793

Return to top
 ⠀
X