mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Disable instr tracer package for synthesis
This commit is contained in:
parent
526fd6dae0
commit
ed894993ba
1 changed files with 3 additions and 1 deletions
|
@ -18,10 +18,12 @@
|
|||
//
|
||||
package instruction_tracer_pkg;
|
||||
import ariane_pkg::*;
|
||||
`ifndef SYNTHESIS
|
||||
import uvm_pkg::*;
|
||||
`include "uvm_macros.svh"
|
||||
`include "instruction_tracer_defines.svh"
|
||||
`include "instruction_trace_item.svh"
|
||||
`include "exception_trace_item.svh"
|
||||
`include "instruction_tracer.svh"
|
||||
endpackage
|
||||
`endif
|
||||
endpackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue