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 <>.