Revert "Plumb through a lot more ROB debug state"

This reverts commit 0f65994955.
This commit is contained in:
Peter Rugg
2021-01-19 21:40:59 +00:00
parent a6ab823d1d
commit 20f1ddf587
6 changed files with 19 additions and 119 deletions

View File

@@ -245,7 +245,7 @@ module mkCoreW #(Reset dm_power_on_reset)
`ifdef DEBUG_WEDGE
mkConnection (proc.hart0_last_inst, debug_module.hart0_last_inst);
mkConnection (proc.hart0_debug_rob, debug_module.hart0_debug_rob);
mkConnection (proc.hart0_next_inst, debug_module.hart0_next_inst);
`endif
`endif