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 fe11e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ sources:
# Tracer (behavioral code, not RTL)
- include_dirs:
- common/local/util
- core/include
files:
- common/local/util/instr_tracer_if.sv
- common/local/util/instr_tracer.sv
Expand Down
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 "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 fe11e33

Please sign in to comment.