Class | Description |
---|---|
AutoStitch |
Class which implements the Auto Stitching tool.
|
AutoStitch.AutoOptions |
Class to package Preferences for the server.
|
ClockRouter |
Class to build balanced clock trees.
|
ClockRouter.RepeaterBound |
Class to define an R-Tree leaf node for repeater bounds.
|
InteractiveRouter |
An Interactive Router has several methods that build on Router
methods to provide interactive control to user.
|
Maze |
Class to do maze routing (single wire at a time).
|
MimicStitch |
This is the Mimic Stitching tool.
|
MimicStitch.MimicOptions |
Class to package Preferences for the server.
|
River |
Class to do river routing.
|
Route |
Specifies a route to be created.
|
RouteElement |
A Route describes a new connection to be made.
|
RouteElementArc |
Class for defining RouteElements that are arcs.
|
RouteElementPort |
Class for defining RouteElements that are ports.
|
Router |
Parent Class for all Routers.
|
Router.ContactSize |
ContactSize class to determine the arc sizes and contact size between two
objects to be connected by the wirer.
|
Router.CreateRouteJob |
Job to create the route.
|
Routing |
This is the Routing tool.
|
Routing.Activity |
Class to describe recent activity that pertains to routing.
|
RoutingFrame |
Class to define a framework for Routing algorithms.
|
RoutingFrame.RoutePoint |
Class to define a point in the final routing of a RoutingSegment.
|
RoutingFrame.RouteWire |
Class to define a wire in the final routing of a RoutingSegment.
|
RoutingFrame.RoutingContact |
Class to define a contact that can be used for routing.
|
RoutingFrame.RoutingEnd |
Class to define an end of a RoutingSegment.
|
RoutingFrame.RoutingGeometry |
Class to define geometry in a RoutingContact and a RoutingNode.
|
RoutingFrame.RoutingLayer |
Class to define a layer that can be routed.
|
RoutingFrame.RoutingPrefs | |
RoutingFrame.RoutingSegment |
Class to define a desired route that should be created.
|
SeaOfGates |
Class to control sea-of-gates routing.
|
SeaOfGates.SeaOfGatesArcProperties | |
SeaOfGates.SeaOfGatesCellParameters |
Class to define Sea-of-Gates routing parameters that apply only to a specific Cell.
|
SeaOfGates.SeaOfGatesExtraBlockage | |
SeaOfGates.SeaOfGatesOptions |
Class to hold preferences during Sea-of-Gates routing run.
|
SeaOfGates.SeaOfGatesTrack |
Class that defines a track on which layers can be routed.
|
SimpleWirer |
A Simple wiring tool for the user to draw wires.
|
VerticalRoute |
Class to route vertically (in Z direction) between two RouteElements.
|
Enum | Description |
---|---|
RouteElement.RouteElementAction |
RouteElementAction is a type safe enum class for
describing the action to be take by a RouteElement
object.
|
Routing.SoGContactsStrategy | |
Routing.SoGNetOrder |