Skip to content

Commit

Permalink
ifp: Remove default value in doc as -core_space is mandatory now.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Costa <[email protected]>
  • Loading branch information
titan73 committed Nov 4, 2024
1 parent 0ee3442 commit 9f1bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ initialize_floorplan
| Switch Name | Description |
| ----- | ----- |
| `-core_area` | Core area coordinates in microns (lower left x/y and upper right x/y coordinates). |
| `-core_space` | Space around the core, default `0.0` microns. Allowed values are either one value for all margins or a set of four values, one for each margin. The order of the four values are: `{bottom top left right}`. |
| `-core_space` | Space around the core in microns. Allowed values are either one value for all margins or a set of four values, one for each margin. The order of the four values are: `{bottom top left right}`. |
| `-die_area` | Die area coordinates in microns (lower left x/y and upper right x/y coordinates). |
| `-site` | Site name. |
| `-utilization` | Percentage utilization. Allowed values are `double` in the range `(0-100]`. |
Expand Down

0 comments on commit 9f1bf21

Please sign in to comment.