views:

35

answers:

2

Hi,

Do you know any device out there can set up a data trigger on a physical address in MIPS ? I am using FS2 but It can only set up a trigger on virtual address.

+2  A: 

The most straightforward solution would be a logic analyzer, especially one that understands the MIPS. (Here are some potential candidates.) These are pricey even to rent. It appears there is no way to do what you want with FS2.

It would be probably be faster to calculate the physical address which relates to the virtual address, at least in the most likely process contexts. Then simply set that as the trigger address.

wallyk
A: 

It is the on-chip debug hardware that uses virtual addresses, so the answer is probably 'no' unless you probe the actual address bus, which may not be physically possible in most cases

Clifford