Jump to content

Recommended Posts

Posted

Hi,

 

I'm trying to perform backdoor access to uvm_mem.

 

For some reason, the Xcheck_accessX function in uvm_mem, override my map with pseudo map.

 

From this function:

        rw.map = uvm_reg_map::backdoor();

From uvm_reg_map:

   // Function: backdoor
   // Return the backdoor pseudo-map singleton
   //
   // This pseudo-map is used to specify or configure the backdoor
   // instead of a real address map.
   //
 
 
I need an important data from my map (the uvm_mem base address).
why to override it?
 
How can I overcome this?
 
 
Thanks,
Dror
  • 2 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...