commit | fc8c50129f8f1fefc3e73d45e0266f0f263da44f | [log] [tgz] |
---|---|---|
author | Bobby R. Bruce <bbruce@ucdavis.edu> | Thu Sep 08 14:47:28 2022 -0700 |
committer | Bobby Bruce <bbruce@ucdavis.edu> | Wed Oct 12 18:22:22 2022 +0000 |
tree | ded727463ed49ff8452448f585d472a70fe1917c | |
parent | b967ae35cbf5cee1135c5e44728aef7f430ec55a [diff] |
website: Update learning-gem5 examples to explicitly set X86 It is now expected in gem5 that ISA targets are explicitly set via CPU selection. This change makes these changes to the learning-gem5 materials. This change: https://gem5-review.googlesource.com/c/public/gem5/+/63335 updates the scripts within the gem5 repository. This patch also changes `DerivO3CPU` to `O3CPU`, to keep this consistent. Change-Id: I138153ecdc4732ea6f3ef6c11f91f2974d6cca9e Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-website/+/63336 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: Jason Lowe-Power <power.jg@gmail.com>