changeset 3dabe649f1df in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=3dabe649f1df
description:
mem: Output precise range when XBar has conflicts
diffstat:
src/mem/xbar.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 1f12c11d89b6 -r 3dabe649f1df src/mem/xbar.cc
--- a/src/mem/xbar.cc Sat Sep 27 09:08:30 2014 -0400
+++ b/src/mem/xbar.cc Sat Sep 27 09:08:32 2014 -0400
@@ -407,8 +407,9 @@
r.to_string(), master_port_id);
if (portMap.insert(r, master_port_id) == portMap.end()) {
PortID conflict_id = portMap.find(r)->second;
- fatal("%s has two ports with same range:\n\t%s\n\t%s\n",
+ fatal("%s has two ports responding within range
%s:\n\t%s\n\t%s\n",
name(),
+ r.to_string(),
masterPorts[master_port_id]->getSlavePort().name(),
masterPorts[conflict_id]->getSlavePort().name());
}
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev