Skip to content

Commit

Permalink
Trace log - Updating legacy tracer file top line to match new one
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Pruvost committed Apr 5, 2024
1 parent ac54b7e commit c0bdfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bhv/cv32e40p_tracer.sv
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ module cv32e40p_tracer
$display("[%s] Output filename is: %s", info_tag, fn);
f = $fopen(fn, "w");
$fwrite(f,
" Time Cycle PC Instr Decoded instruction Register and memory contents\n");
" Time Cycle PC Instr Ctx Decoded instruction Register and memory contents\n");
end

//initial begin
Expand Down

0 comments on commit c0bdfab

Please sign in to comment.