From 157f13571b6917ba465710d41b2e967b45a6b605 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 8 Mar 2018 00:06:04 +0000 Subject: [PATCH] Clarify input size Bash is slow --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0220b1c..8a08f5d 100644 --- a/README.adoc +++ b/README.adoc @@ -1918,7 +1918,7 @@ and then rebuild with: ./build -a arm -g -i buildroot_config_fragment_parsec parsec-benchmark-reconfigure .... -This limitation exists because `parsecmgmt` generates the input files just before running, but we can't run on gem5 as it is too slow! +This limitation exists because `parsecmgmt` generates the input files just before running via the Bash scripts, but we can't run `parsecmgmt` on gem5 as it is too slow! One option would be to do that inside the guest with QEMU, but this would required a full rebuild due to <>.