-
Notifications
You must be signed in to change notification settings - Fork 221
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 #2393 from MikeOpenHWGroup/cv32e40p/dev_fixvcs
Incorporate UNSUPPORTED_WITH kludge for VCS
- Loading branch information
Showing
5 changed files
with
29 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -72,3 +72,4 @@ VRMDATA | |
*whetstone* | ||
*.do | ||
*eembc* | ||
*.code-workspace |
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,13 @@ | ||
// Copyright 2024 OpenHW Group | ||
// SPDX-License-Identifier: Apache-2.0 WITH SHL-210 | ||
`ifndef __UVMA_CV32E40P_COV_MODEL_MACROS_SV__ | ||
`define __UVMA_CV32E40P_COV_MODEL_MACROS_SV__ | ||
|
||
// Macro to remove instrucitons that are not supported based on standard ext_*_supported variable names (from commmon core control cfg class) | ||
`ifdef UNSUPPORTED_WITH | ||
`define WITH iff | ||
`else | ||
`define WITH with | ||
`endif | ||
|
||
`endif // __UVMA_CV32E40P_COV_MODEL_MACROS_SV__ |
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