accessing memory address

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello everyone,

                        how to access memory address of a variable in verilog. is it possible to configure the value of that variable by using c.

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

There is no way to access an sram location from verilog except by using DMA.

Bob

View solution in original post

0 Likes
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

There is no way to access an sram location from verilog except by using DMA.

Bob

0 Likes
Anonymous
Not applicable

how it  is possible using DMA. please give me sample code...

0 Likes

There are code examples in Creator itself.PLease check

0 Likes