Jump to content
  • 0

How to read data from PL section of Zybo written in BRAM


Sami Malik

Question

Hi,
I have made the block diagram of BRAM and populate it from PS section of Zybo. I have made the PORTB of BRAM as external. Now I want to read this BRAM from PL section but I don't know how to read it using verilog code. 
Do I have to make changes in design_wrapper.v of my block diagram and then I have to do some instantiation in my main.v or there is any other method to do so? 

Regards,

Sami

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Thank you sir,

I have checked the manual and thread. But sir I want to read and write to BRAM using verilog how can I achieve it? 

Is there any way to make an array whose starting address in memory will be same as the starting address of BRAM(0x4000000)? Basically in this way I think I will be accessing the BRAM.

Another thing is that can I assign values to componants directly in hdl_wrapper.v file of my block diagram? I was trying to do so but it failed in generation of bit stream. I was doing this thing for the same reason that is to write and read data of BRAM using verilog... 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...