LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

[fpga] DRAM acces in FPGA_VI

Hi,

 

i want to use the DRAM on the card 7962R in a very simple way.

But, i miss something because when i want to simulate this little VI, i've an error from Modelsim.

 

The goal of the VI is made an addition with the two inputs value and store this result in memory. Then read the memory at the same address.

 

Here's the VI i've created :

 

lv.png

 

I think there is a problem with the interaction between the DRAM access (write/request/retrieve) but i don't know where.

 

Thanks for your help.

0 Kudos
Message 1 of 3
(2,550 Views)

Hello,

 

Could you give more details about the error you get in ModelSim? A screenshot, for example ?

Also, have to tried to execute this VI without ModelSim? For instance, you can use the "Development Computer with Simulated I/O" option in the "Execute VI on" menu item.

Finally, could you provide the VI itself so I can have a look at it?

 

Thank you,

 

LaurentV

______________

Laurent V.
Application Engineer - National Instruments (France)

http://www.ni.com/support
0 Kudos
Message 2 of 3
(2,523 Views)

Hello,

 

It seems that i've got an infinite loop and modelsim stop due to this.

I've modified my VI to read and write only when Host provide order. It works.

 

lv_2.png

 

But, in my final app, the goal is to write data in memory during acquisition and read only once after the end of acquisition.

 

 

0 Kudos
Message 3 of 3
(2,512 Views)