Thank you very much for the fast response!
Seeing the configuration file of gem5-aladdin it lacked:
for cpu in system.cpu:
cpu.clk_domain = system.cpu_clk_domain
Adding that fixed the issue.
Thank you again! Grazie! :)
___
gem5-users mailing lis
[AMD Official Use Only - General]
Thanks Rajesh,
That is good to know. I don't think there is an list anywhere of which CPUs
work with KVM.
Which older ROCm do you mean here? Was square compiled with an older version?
Ideally the verification should be passing as well. At least, it does on
By older ROCm I was referring to this v4.2 which is mentioned in the
gem5-resources documentation. I used the following command to build square.
Not sure if this makes a difference, but do you run the simulation inside
the docker image or on the host machine?
docker run --rm -v ${PWD}:${PWD} -w ${
[AMD Official Use Only - General]
I see, thanks again. The verification should have passed it that case...
The docker image is *only* for building applications, so that the user does not
need to install ROCm locally to build applications. You do *not* run gem5
simulations in a docker for full