mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
pmp coverage
This commit is contained in:
parent
48ad4d6001
commit
ee566aa856
@ -168,7 +168,6 @@ module testbench;
|
||||
"arch64zknd": if (P.ZKND_SUPPORTED) tests = arch64zknd;
|
||||
"arch64zkne": if (P.ZKNE_SUPPORTED) tests = arch64zkne;
|
||||
"arch64zknh": if (P.ZKNH_SUPPORTED) tests = arch64zknh;
|
||||
"wallycov64i": tests = wallycov64i;
|
||||
endcase
|
||||
end else begin // RV32
|
||||
case (TEST)
|
||||
@ -883,6 +882,9 @@ end
|
||||
else $display("%s succeeded. Brilliant!!!", TestName);
|
||||
endtask
|
||||
|
||||
`ifdef PMP_COVERAGE
|
||||
test_pmp_coverage #(P) pmp_inst(clk);
|
||||
`endif
|
||||
/* verilator lint_on WIDTHTRUNC */
|
||||
/* verilator lint_on WIDTHEXPAND */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user