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
Value Returned
Examples
top = dbCreateTopology("top" netA)
Related Topics
Topology Pattern Database Access Functions
Return to top