mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Move RV_Assertions
This commit is contained in:
parent
5ce27b8a72
commit
9ca2c935f8
2 changed files with 3 additions and 2 deletions
|
@ -28,4 +28,7 @@ module trace2riscvISACOV(rvviTrace rvvi);
|
|||
$display("0x%h: %s", rvvi.insn[0][0], disass);
|
||||
end
|
||||
end
|
||||
|
||||
// Check assertion coverage
|
||||
`include "RV_Assertions.sv"
|
||||
endmodule
|
||||
|
|
|
@ -756,8 +756,6 @@ end
|
|||
.CMP_CSR (1)
|
||||
) idv_trace2api(rvvi);
|
||||
|
||||
`include "RV_Assertions.sv"
|
||||
|
||||
string filename;
|
||||
initial begin
|
||||
// imperasDV requires the elffile be defined at the begining of the simulation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue