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
Copy file name to clipboardExpand all lines: src/ifp/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ initialize_floorplan
56
56
-site site_name
57
57
[-additional_sites site_names]
58
58
[-flip_sites site_names]
59
+
[-gap space]
59
60
[-row_parity NONE|EVEN|ODD]
60
61
```
61
62
@@ -71,6 +72,7 @@ initialize_floorplan
71
72
|`[-additional_sites]`| Tcl list of sites to make rows for (e.g. `{SITEXX, SITEYY}`) |
72
73
|`[-aspect_ratio]`| Ratio $\frac{height}{width}$. The default value is `1.0` and the allowed values are floats `[0, 1.0]`. |
73
74
|`[-flip_sites]`| Flip the orientations of rows matching these sites. Sites listed under this option will create `FS`-oriented rows at even indices and `N`-oriented rows at odd ones, and vice versa for sites not listed under this option. (e.g. `{SITEXX, SITEYY}`) |
75
+
|`[-gap]`| Space between power domains in microns. The default value is 6 times the minimum site height. |
74
76
|`[-row_parity]`| Snap to either an odd (`ODD`) or even (`EVEN`) number of rows. Defaults to `NONE` (no constraint on parity). |
75
77
76
78
### Make Tracks
@@ -107,6 +109,7 @@ make_rows
107
109
-site site_name
108
110
[-additional_sites site_names]
109
111
[-flip_sites site_names]
112
+
[-gap space]
110
113
[-row_parity NONE|EVEN|ODD]
111
114
```
112
115
@@ -120,6 +123,7 @@ make_rows
120
123
|`-site`| Site name. |
121
124
|`[-additional_sites]`| Tcl list of sites to make rows for (e.g. `{SITEXX, SITEYY}`) |
122
125
|`[-flip_sites]`| Flip the orientations of rows matching these sites. Sites listed under this option will create `FS`-oriented rows at even indices and `N`-oriented rows at odd ones, and vice versa for sites not listed under this option. (e.g. `{SITEXX, SITEYY}`) |
126
+
|`[-gap]`| Space between power domains in microns. The default value is 6 times the minimum site height. |
123
127
|`[-row_parity]`| Snap to either an odd (`ODD`) or even (`EVEN`) number of rows. Defaults to `NONE` (no constraint on parity). |
0 commit comments