Revert "Provide opt-in wedge debugging info"
This reverts commit 68d3bd484e.
This commit is contained in:
@@ -47,11 +47,6 @@ import Trace_Data2 :: *;
|
||||
import ProcTypes :: *;
|
||||
`endif
|
||||
|
||||
`ifdef DEBUG_WEDGE
|
||||
import CHERICap :: *;
|
||||
import CHERICC_Fat :: *;
|
||||
`endif
|
||||
|
||||
// ================================================================
|
||||
// CPU interface
|
||||
|
||||
@@ -134,13 +129,6 @@ interface Proc_IFC;
|
||||
interface Vector #(SupSize, Get #(Trace_Data2)) v_to_TV;
|
||||
`endif
|
||||
|
||||
`ifdef DEBUG_WEDGE
|
||||
(* always_enabled *)
|
||||
method Tuple2#(CapMem, Bit#(32)) hart0_last_inst;
|
||||
(* always_enabled *)
|
||||
method Tuple2#(CapMem, Bit#(32)) hart0_next_inst;
|
||||
`endif
|
||||
|
||||
`ifdef PERFORMANCE_MONITORING
|
||||
method Action events_tgc(EventsCache events);
|
||||
`endif
|
||||
|
||||
Reference in New Issue
Block a user