p2p_route
p2p_route
-set d_setObj
[ -allow_violations [ true | false ] ]
[ -undoable [ true | false ] ]
Description
Replaces guides in the given set with wires.
Arguments
|
-allow_violations [ true | false ]
|
|
|
When true, routes the guides even when the routing causes DRC errors. This is typically used only after a DRC clean solution fails.
Default: false
|
|
-set d_setObj
|
Specifies the set. Space-based Router and Chip Optimizer will attempt to replace all guides in the set with routing.
|
|
-undoable [ true | false ]
|
|
|
Indicates whether the routing created by this command can be undone. By default, this is false.
|
Examples
The following command replaces guides in the selected set.
p2p_route -set [get_selection_set]
Related Topics
Route Commands
croute
detail_route
global_route
local_route
Return to top