Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map Illegal and exception covergroup #1819

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion verif/sim/cva6.hvp
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,10 @@ plan "CVA6 Verification Master Plan";
endmeasure
endfeature
feature "Illegal instructions";
weight = 0;
weight = 1;
Comment = "RVFI limitation issue(#1338)";
measure Group illegal_instructions;
source = "group: uvme_cva6_pkg::cg_illegal_i", "group: uvme_cva6_pkg::cg_illegal_m", "group: uvme_cva6_pkg::cg_illegal_zicsr", "group: uvme_cva6_pkg::cg_illegal_zifencei";
endmeasure
endfeature
endfeature
Expand Down Expand Up @@ -1286,6 +1287,7 @@ plan "CVA6 Verification Master Plan";
endfeature
feature Exceptions;
measure Group Exceptions;
source = "group: uvme_cva6_pkg::cg_exception::SHAPE{Guard_ON(cp_exception.IGN_ACCESS_FAULT_EXC,cp_exception.IGN_DEBUG_REQUEST,cp_exception.IGN_ENV_CALL_SMODE,cp_exception.IGN_ENV_CALL_UMODE),Guard_OFF(cp_exception.IGN_ADDR_MISALIGNED_EXC)}";
endmeasure
endfeature
endfeature
Expand Down
Loading