LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Target Scoped FIFO

Hey guys....

 

  When I compile my FPGA  code I get an error saying FIFO missing a function. Add a read function to the block diagram. Does neone know what dis means.  I am using a target scoped FIFO wid slice fabric memory. 

0 Kudos
Message 1 of 2
(2,176 Views)

Not to state the obvious...but it probably means put a read function on the block diagram. Are you dequeuing the data anywhere? Drop a FIFO method node where you want to dequeue the data, right click and choose the FIFO to apply it to. Then click where it says "write" and change it to "read" as is shown in the attached screenshot below.

 

0 Kudos
Message 2 of 2
(2,165 Views)