Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCreateTopology

dbCreateTopology(
t_name 
d_netId
)
=> d_topologyId / nil

Description

Creates a topology on the specified net with the given name. The net must be a single-bit net.

Arguments

t_name

The name of the new topology.

d_netId

The single-bit net ID to associate with the new topology.

Value Returned

d_topologyId

The ID of the new topology.

nil

The topology creation failed.

Examples

top = dbCreateTopology("top" netA)

Related Topics

Topology Pattern Database Access Functions

dbDeleteTopology


Return to top
 ⠀
X