mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 21:47:20 -04:00
Tracer: Fix default file name
We document the default file name to be trace_core_00000000.log, but actually used trace_core__00000000.log. Fix that.
This commit is contained in:
parent
a121caab35
commit
0908817963
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ module ibex_tracer (
|
|||
string rvfi_insn_str;
|
||||
|
||||
if (file_handle == 32'h0) begin
|
||||
string file_name_base = "trace_core_";
|
||||
string file_name_base = "trace_core";
|
||||
$value$plusargs("ibex_tracer_file_base=%s", file_name_base);
|
||||
$sformat(file_name, "%s_%h.log", file_name_base, hart_id_i);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue