Internal TCL task for reporting PPLOCs on pins or nets: (1) -nets option returns PPLOCs on given nets; (2) -pins option returns PPLOCs on given pins; (3) if option -nets and option -pins are both not specificed, it returns all PPLOCs in the design.
Syntax
get_pplocs ‑nets <args> ‑pins <args> [‑count] [‑unlocked] [‑locked]
[‑level <arg>] [‑quiet] [‑verbose]
Returns
PPLOC nodes or number of PPLOCs
Usage
Name | Description |
---|---|
-nets
|
List of nets to report its PPLOCs |
-pins
|
List of pins to report its PPLOCs |
[-count]
|
Count number of PPLOCs;; Do not report PPLOC or node names. |
[-unlocked]
|
Report unlocked/unfixed PPLOCs only |
[-locked]
|
Report locked/fixed PPLOCs only; use -level to specify locked level. |
[-level]
|
Specify locked level; Valid values are placement and routing. Default: placement |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |