# HG changeset patch
# User Derek Hower <[email protected]>
# Date 1253919072 18000
# Node ID 1139f1e51da9e143eabeb1e53d28641a5b318876
# Parent 44cf8bfb66ff995f8eb99a8c16dd9470d848f183
ruby: more helpful config error message
diff --git a/src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb
b/src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb
--- a/src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb
+++ b/src/mem/ruby/config/TwoLevel_SplitL1UnifiedL2.rb
@@ -57,7 +57,7 @@
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"
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev