diff --git a/bhv/cv32e40p_tracer.sv b/bhv/cv32e40p_tracer.sv index 742b20383..59ed6fd7c 100644 --- a/bhv/cv32e40p_tracer.sv +++ b/bhv/cv32e40p_tracer.sv @@ -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