Skip to content

Commit d6145b4

Browse files
committed
ppl: update README
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent ddc0ccb commit d6145b4

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/ppl/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,11 @@ place_pin
255255

256256
The `place_pins` command places all pins together. Use the following command to perform pin placement:
257257

258-
Developer arguments:
259-
- `-random`, `-random_seed`
260258

261259
```tcl
262260
place_pins
263261
-hor_layers h_layers
264262
-ver_layers v_layers
265-
[-random_seed seed]
266-
[-random]
267263
[-corner_avoidance length]
268264
[-min_distance distance]
269265
[-min_distance_in_tracks]
@@ -294,13 +290,6 @@ value, or a range of values. For example, in `place_pins -hor_layers metal2
294290
three intervals are excluded: the whole top edge, the right edge from 15
295291
microns to 60.5 microns, and the left edge from its beginning to 50 microns.
296292

297-
#### Developer Arguments
298-
299-
| Switch Name | Description |
300-
| ----- | ----- |
301-
| `-random_seed` | Specify the seed for random operations. |
302-
| `-random` | When this flag is enabled, the pin placement is random. |
303-
304293
### Write Pin Placement
305294

306295
The `write_pin_placement` command writes a file with the pin placement in the format of multiple calls for the `place_pin` command:

0 commit comments

Comments
 (0)