-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -skip_io and iterate io and global placement (#1984)
~ Set default `FP_IO_MODE` to 0. ~ Better `FP_IO_MODE` documentation. ~ Change the behavior of `FP_IO_MODE` 0: 1. Run global placement with `-skip_io` flag. 2. Run io placement (again). 3. Run global placement. If `FP_IO_MODE` is 1, steps 1 and 2 are skipped. ~ Change tcl functions `global_placement_or` and `place_io` to allow for the changes mentioned above.
- Loading branch information
1 parent
c782ec3
commit 5771836
Showing
5 changed files
with
44 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters