mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Rename coverage module
This commit is contained in:
parent
576e49ce67
commit
36fb7992da
2 changed files with 2 additions and 3 deletions
|
@ -742,8 +742,7 @@ module wallyTracer import cvw::*; #(parameter cvw_t P) (rvviTrace rvvi);
|
|||
end
|
||||
|
||||
always_ff @(posedge clk) begin
|
||||
$display("wallyTracer: %b", rvvi.insn[0][0]);
|
||||
if(valid) begin
|
||||
if(valid) begin
|
||||
if(`STD_LOG) begin
|
||||
$fwrite(file, "%016x, %08x, %s\t\t", rvvi.pc_rdata[0][0], rvvi.insn[0][0], instrWName);
|
||||
for(index2 = 0; index2 < NUM_REGS; index2 += 1) begin
|
||||
|
|
|
@ -741,7 +741,7 @@ end
|
|||
|
||||
// Functional coverage
|
||||
`ifdef FCOV
|
||||
trace2riscvISACOV trace2riscvISACOV(rvvi);
|
||||
cvw_arch_verif cvw_arch_verif(rvvi);
|
||||
`endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue