Hi All,

How can I get real virtual address of the packet
in CoherentBus::recvTimingReq method of 'system.membus' ? My test
application code is:

        int *ret  = malloc(1000);
        for (i=0;i<10;i++) ret[i] = i;
        for (i=0;i<5;i++) printf("%p\n",  (ret+i));

The output of application is following. I do not see any of the following
virtual address in GEM5. Please can you advise me how to get these
addresses in GEM5?

0x5b14fa70a000
0x5b14fa70a004
0x5b14fa70a008
0x5b14fa70a00c
0x5b14fa70a010

Thanks
Best,
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to