forked from The-OpenROAD-Project/OpenROAD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msg: Autodetect dependencies within tool modules and remove DEPENDS arg.
Also put messages.checked at the same location as messages.txt as using bin dir does not work in some cases for an unknown reason. Signed-off-by: Christian Costa <[email protected]>
- Loading branch information
Showing
4 changed files
with
39 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ flow | |
docs/main | ||
README2.md | ||
messages.txt | ||
messages.checked | ||
Messages.md | ||
MessagesFinal.md | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,14 +86,4 @@ endif() | |
|
||
messages( | ||
TARGET odb | ||
DEPENDS | ||
db | ||
cdl | ||
defin | ||
defout | ||
lefin | ||
lefout | ||
zutil | ||
gdsin | ||
gdsout | ||
) |