You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-tolerance`| Maximum allowed center-to-center misalignment in microns. Must be positive. Defaults to 0 (exact alignment required). |
491
491
|`-relative_orientations`| Optional Tcl list of allowed orientations of master_b relative to master_a (e.g. `{R0 MY}`). When omitted, orientations are not constrained. |
492
492
493
+
### Set Extraction Rules File
494
+
495
+
Sets the path to the parasitics extraction rules file. For a design in which
496
+
multiple technologies are used, the user must specify the technology for which
497
+
they want to set the rules path.
498
+
499
+
```tcl
500
+
set_extraction_rules_file
501
+
[-tech tech_name]
502
+
rules_file
503
+
```
504
+
505
+
#### Options
506
+
507
+
| Switch Name | Description |
508
+
| ----- | ----- |
509
+
|`-tech`| Technology for which to set the extraction rules path. |
510
+
|`rules_file`| Path to the extraction rules file. |
511
+
493
512
## Regression tests
494
513
495
514
There are a set of regression tests in `./test`. For more information, refer to this [section](../../README.md#regression-tests).
0 commit comments