mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
Merge a3865e6cd0
into 594ea976c9
This commit is contained in:
commit
9e5caabea5
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ module ibex_tracer (
|
|||
if (fh == 32'h0) begin
|
||||
static string file_name_base = "trace_core";
|
||||
void'($value$plusargs("ibex_tracer_file_base=%s", file_name_base));
|
||||
$sformat(file_name, "%s_%h.log", file_name_base, hart_id_i);
|
||||
$sformat(file_name, "%s_%h_%m.log", file_name_base, hart_id_i);
|
||||
|
||||
$display("%m: Writing execution trace to %s", file_name);
|
||||
fh = $fopen(file_name, "w");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue