changeset 55bd18998b7c in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=55bd18998b7c
description:
arm, config: Exit with fatal error if using Ruby
Ruby on ARM is currently very experimental. Fail with a fatal error
that explains this to make sure users are aware of the limitations (it
doesn't actually work yet!).
Signed-off-by: Andreas Sandberg <[email protected]>
diffstat:
configs/common/FSConfig.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r e0ddee91eb13 -r 55bd18998b7c configs/common/FSConfig.py
--- a/configs/common/FSConfig.py Wed Aug 10 16:26:34 2016 +0100
+++ b/configs/common/FSConfig.py Wed Aug 10 16:40:14 2016 +0100
@@ -393,6 +393,11 @@
if not ruby:
self.system_port = self.membus.slave
+ if ruby:
+ fatal("You're trying to use Ruby on ARM, which is not working " \
+ "properly yet. If you want to test it anyway, you " \
+ "need to remove this fatal error from FSConfig.py.")
+
return self
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev