Romain Michard
Romain Michard

Reputation: 17

Read the memory in a FPGA

I'm using a de0-nano board with an Altera Cyclone IV FPGA. My design has a hardware part and a software one. The hardware one is implementing a qsys project with a Nios II cpu that is running the software part. The qsys project has a dual-port memory. One port is connected to the cpu and the other is exported so the hardware can write to it. My design is not working as I want. I don't know whether it's because of the hardware or the software so I'd like to read the memory by another way and I don't know which tool I can use. If someone can help me...

Upvotes: 1

Views: 1146

Answers (1)

ramanathan subramanian
ramanathan subramanian

Reputation: 101

I think you can use Insystem Memeory Content Editor in Quartus to read the content inside Block Ram.It will work from Cyclone III family. But no problem you are using Cyclone IV

Upvotes: 1

Related Questions