mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
[ibex_tracer] Void cast function calls
...whose return value is ignored. This cleans up a compile time warning. Signed-off-by: Srikrishna Iyer <sriyer@google.com>
This commit is contained in:
parent
187944c417
commit
7c7e0e6d70
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module ibex_tracer (
|
|||
|
||||
if (file_handle == 32'h0) begin
|
||||
string file_name_base = "trace_core";
|
||||
$value$plusargs("ibex_tracer_file_base=%s", file_name_base);
|
||||
void'($value$plusargs("ibex_tracer_file_base=%s", file_name_base));
|
||||
$sformat(file_name, "%s_%h.log", file_name_base, hart_id_i);
|
||||
|
||||
$display("%m: Writing execution trace to %s", file_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue