summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Hower <drh5@cs.wisc.edu>2009-09-25 17:51:12 -0500
committerDerek Hower <drh5@cs.wisc.edu>2009-09-25 17:51:12 -0500
commit83a9dc2939b53e9ed90f3950afbac897acb94f00 (patch)
tree42185946e062bd96699dc7d557ac2c42ae1250b3
parent26990dc49226fbf7cc7f3b6d31174e36a13cb1cb (diff)
downloadgem5-83a9dc2939b53e9ed90f3950afbac897acb94f00.tar.xz
ruby: more helpful config error message
-rw-r--r--src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb b/src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb
index 1476ce34b..c3c92bd9d 100644
--- a/src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb
+++ b/src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb
@@ -57,7 +57,7 @@ end
net_ports = Array.new
iface_ports = Array.new
-assert((protocol == "MESI_CMP_directory" or protocol == "MOESI_CMP_directory"), __FILE__+" cannot be used with protocol #{protocol}");
+assert((protocol == "MESI_CMP_directory" or protocol == "MOESI_CMP_directory"), __FILE__+" cannot be used with protocol '#{protocol}'");
require protocol+".rb"