-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dv] 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. Add some more typehints, and cleanup names. Signed-off-by: Harry Callahan <[email protected]>
- Loading branch information
1 parent
38c0709
commit 1a7ee0a
Showing
2 changed files
with
46 additions
and
16 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: | ||
|