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

absNewBin

absNewBin(
name
{ Core | IO | Corner | Block | Ignore }
)
=> t / nil

Description

Creates a new user bin to store library cells.

Arguments

name

Specifies the name of the new user bin to create. Do not enter spaces in the name.

{ Core | IO | Corner | Block | Ignore }

Specifies the user bin type.

Value Returned

t

Indicates successful operation.

nil

Indicates an error.

Example

Create a new user bin called userbin1 which has the bin type Core.

absNewBin "userbin1" "Core"
=> t

Related Topics

Adding a User Bin in Abstract Generator


Return to top
 ⠀
X