diff options
Diffstat (limited to 'mem/bus.cc')
-rw-r--r-- | mem/bus.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mem/bus.cc b/mem/bus.cc index 8031dae96..5e84beb83 100644 --- a/mem/bus.cc +++ b/mem/bus.cc @@ -57,6 +57,7 @@ Bus::findPort(Addr addr, int id) if (portList[i].range == addr) { dest_id = portList[i].portId; found = true; + DPRINTF(Bus, "Found Addr: %llx on device %d\n", addr, dest_id); } i++; } |