Hi,
I have a quick question about mem_trans object in SimicsProcessor::makeRequest. Is it something expected to have mem_trans->s.physical_address=0? I've printed the physical addresses of some logical addresses and they are all 0. Here is what I do:
if (mem_trans->s.logical_address == XXX)
printf("logical address %x physical address %x\n", mem_trans->s.logical_address, mem_trans->s.physical_address);
Thanks,
Dave
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
|