[gem5-users] importing packages like numpy

2024-01-03 Thread saras nanda via gem5-users
Hi Everyone , I am doing a full system simulation on ARM using fs_bigLITTLE.py and fs_power.py , I am trying to import numpy library in my python script but it takes 3-4 days and is still running but the library is not imported , how can I speedup this , once I import I can checkpoint but somehow

[gem5-users] How to implement dma in gem5 SE mode

2024-01-03 Thread Srikanta Chaitanya via gem5-users
Hi I want to implement dma in gem5 SE mode , I came across gem5 alladin, , how they are able define x86 dma ports , or dcache support dma function ... ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem

[gem5-users] question regarding m5 checkpoint generation and restoration

2024-01-03 Thread Bishoy Attia via gem5-users
Hello, I hope all is well. I am using gem5 full system simulation. I want to generate checkpoint after boot of the image. then restore this checkpoint and take checkpoint after 100 instructions. The problem is the generated checkpoint after booting is marked by tick number. the python comm