Skip to content

Commit deadef3

Browse files
committed
drt: udpate readme
Signed-off-by: Eder Monteiro <[email protected]>
1 parent b86be75 commit deadef3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/drt/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ detailed_route
5151
[-via_access_layer layer]
5252
[-or_seed seed]
5353
[-or_k k]
54+
[-bottom_routing_layer layer]
55+
[-top_routing_layer layer]
5456
[-verbose level]
5557
[-distributed]
5658
[-remote_host rhost]
@@ -83,6 +85,8 @@ detailed_route
8385
| `-min_access_points` | Refer to pin access arguments [here](#pin-access-arguments). |
8486
| `-or_seed` | Refer to developer arguments [here](#developer-arguments). |
8587
| `-or_k` | Refer to developer arguments [here](#developer-arguments). |
88+
| `-bottom_routing_layer` | Deprecated. Use the `set_routing_layers` command instead. |
89+
| `-top_routing_layer` | Deprecated. Use the `set_routing_layers` command instead. |
8690
| `-verbose` | Sets verbose mode if the value is greater than 1, else non-verbose mode (must be integer, or error will be triggered.) |
8791
| `-distributed` | Refer to distributed arguments [here](#distributed-arguments). |
8892
| `-remote_host` | Refer to distributed arguments [here](#distributed-arguments). |
@@ -156,6 +160,7 @@ This function checks pin access.
156160
```tcl
157161
pin_access
158162
[-db_process_node name]
163+
[-bottom_routing_layer layer]
159164
[-top_routing_layer layer]
160165
[-via_access_layer layer]
161166
[-via_in_pin_bottom_layer layer]
@@ -174,6 +179,8 @@ pin_access
174179
| Switch Name | Description |
175180
| ----- | ----- |
176181
| `-db_process_node` | Specify process node. |
182+
| `-bottom_routing_layer` | Deprecated. Use the `set_routing_layers` command instead. |
183+
| `-top_routing_layer` | Deprecated. Use the `set_routing_layers` command instead. |
177184
| `-via_access_layer` | Refer to pin access arguments [here](#pin-access-arguments). |
178185
| `-via_in_pin_bottom_layer` | Refer to pin access arguments [here](#pin-access-arguments). |
179186
| `-via_in_pin_top_layer` | Refer to pin access arguments [here](#pin-access-arguments). |

0 commit comments

Comments
 (0)