gem5-users@gem5.org

The gem5 Users mailing list

View all threads

Is there a way to know if a packet contain heap memory data or not at membus?

KS
Khan Shaikhul Hadi
Sat, Jun 29, 2024 2:48 AM

Hi,
I'm using SE simulation with O3 , classic cache with XBar configuration.
Now, at membus, based on the packet address, I want to know, if it's a heap
memory or not?  Is there is any way to know that?

If there is no direct way to know that, can anyone point me to some
direction or source file where I could get idea about how gem5 simulates
Memory allocation ( heap memory specially) or stack memory allocation ,
where gem5 simulate VA to PA conversion

Thanks

Hi, I'm using SE simulation with O3 , classic cache with XBar configuration. Now, at membus, based on the packet address, I want to know, if it's a heap memory or not? Is there is any way to know that? If there is no direct way to know that, can anyone point me to some direction or source file where I could get idea about how gem5 simulates Memory allocation ( heap memory specially) or stack memory allocation , where gem5 simulate VA to PA conversion Thanks