Skip to content

Commit

Permalink
chore: add one include to help pickle
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Feb 17, 2023
1 parent fbfc417 commit ead5c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/local/util/instr_trace_item.svh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ function string printPCexpr(input logic [63:0] imm);
end
endfunction

`include "core/include/instr_tracer_pkg.sv"

class instr_trace_item;
// keep a couple of general purpose information inside this instruction item
time simtime;
Expand Down

0 comments on commit ead5c1d

Please sign in to comment.