Revert "Provide opt-in wedge debugging info"
This reverts commit 68d3bd484e.
This commit is contained in:
@@ -104,11 +104,6 @@ import ProcTypes :: *;
|
||||
import Trace_Data2 :: *;
|
||||
`endif
|
||||
|
||||
`ifdef DEBUG_WEDGE
|
||||
import CHERICap :: *;
|
||||
import CHERICC_Fat :: *;
|
||||
`endif
|
||||
|
||||
// ================================================================
|
||||
|
||||
(* synthesize *)
|
||||
@@ -351,11 +346,6 @@ module mkProc (Proc_IFC);
|
||||
interface v_to_TV = core [0].v_to_TV;
|
||||
`endif
|
||||
|
||||
`ifdef DEBUG_WEDGE
|
||||
method Tuple2#(CapMem, Bit#(32)) hart0_last_inst = core[0].debugLastInst;
|
||||
method Tuple2#(CapMem, Bit#(32)) hart0_next_inst = core[0].debugNextInst;
|
||||
`endif
|
||||
|
||||
`ifdef PERFORMANCE_MONITORING
|
||||
method events_tgc = events_tgc_reg._write;
|
||||
`endif
|
||||
|
||||
Reference in New Issue
Block a user