mohitnegi Posted June 13, 2014 Report Posted June 13, 2014 hello , I am transferring some data with the help of dmi and once that is transmitted an event is raised then i have some process sensitive to that event .. my question is how would i know that data is transmitted with the help of dmi. Quote
Philipp A Hartmann Posted June 13, 2014 Report Posted June 13, 2014 It's called "direct memory interface", because it's a direct access to a target's memory range. The target has no way to observe accesses from initiators to the currently allowed DMI ranges. If the target requires to observe such accesses, you should not grant DMI access for these address ranges during the relevant communication states/phases. Usually, DMI is preferred for the plain memory parts of the target's interface, while (control) registers often require explicit TLM transactions for that reason. hth,Philipp tuyennguyen 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.