-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dv,py] Tweak ISS linker arg construction for Xcelium
The previous code here was a bit too hacky, so implement a solution that directly follows the suggestion in the Cadence support article. An example was also added to make it clear what this transformation is achieving. Additionally, cleanup some of the other code in the module, renaming for clarity and adding comments. Move some variable declarations around to be closer to their use. Add some more typehints. Signed-off-by: Harry Callahan <[email protected]>
- Loading branch information
1 parent
38c0709
commit cf0c359
Showing
2 changed files
with
50 additions
and
39 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 |
---|---|---|
|
@@ -256,7 +256,7 @@ | |
<ISS_LIBS> | ||
<ISS_CFLAGS> | ||
<EXTRA_COSIM_CFLAGS> | ||
-Wld,<ISS_LDFLAGS> | ||
<ISS_LDFLAGS> | ||
-lstdc++ | ||
sim: | ||
cmd: | ||
|