Hi Peter,
This is not a problem for now, the main reason we wanted to have this at
the end is to potentially trace load / stores in the future. How would
you recommend integrating this into icount? Just wanting to make sure I
don't run into anything unexpected.
Regards,
Jack
On 06/02/2014 12:47 PM, Peter Maydell wrote:
If you can rearrange your design to only require your hooks to be
called at the *start* of a TB, not the end, that is much easier -- the
existing icount machinery does that already. thanks -- PMM