-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from siliconcompiler/relaxted-rules
add relaxed routing rules to asap7
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
utl::warn FLW 1 "Relaxed technology routing rules loaded for ASAP7,\ | ||
this should only be used for trial routing" | ||
|
||
utl::info FLW 1 "Removing right way on grid only rules" | ||
[[ord::get_db_tech] findLayer M1] setRightWayOnGridOnly 0 | ||
[[ord::get_db_tech] findLayer M2] setRightWayOnGridOnly 0 | ||
[[ord::get_db_tech] findLayer M3] setRightWayOnGridOnly 0 | ||
[[ord::get_db_tech] findLayer M4] setRightWayOnGridOnly 0 | ||
[[ord::get_db_tech] findLayer M5] setRightWayOnGridOnly 0 | ||
[[ord::get_db_tech] findLayer M6] setRightWayOnGridOnly 0 | ||
[[ord::get_db_tech] findLayer M7] setRightWayOnGridOnly 0 |