06-05-2009 03:24 PM
I would like to create a VHDL design that will be able to write to a fifo to capture data then send the data to
the Labview components downstream. Is it possible to include the Xilinx FIFO component in the design using
a CLIP?
06-06-2009 10:04 AM
Yes, I have included Coregen FIFO's in a CLIP, however I found it easier to use LV FPGA FIFO's instead.
-RB
06-16-2009 04:57 PM
How can I interface the FIFO and following VHDL Logic to labview FPGA.
Any help is appreciated.
06-17-2009 05:11 PM
06-22-2009 12:43 PM - edited 06-22-2009 12:51 PM
The Example of CLIP is very simple and only contains one VHDL file with some simple low level logic. I have a hierarchical design that needs to access
data from a FIFO. I might try to include a VHDL design (including a FIFO) that will be part of a CLIP node. I would need labview to write to the FIFO and the VHDL code could read the data bytes out of the FIFO as required by the VHDL (CLIP design). This design is similar to a UART except there is an additional ready signal and clock. this design uses a parallel to serial converter similar to a UART.
The FIFO created by xilinx will include a VHDL file that I used in simulation. But when creating a FPGA using XST I would need to add to a project
the XCO file and not add the FIFO VHDL file. The XCO file is enough to create the FIFO in the design in XST.
But with Labview how do I include the FIFO XCO file in a CLIP?
Right now I have not figured out everything about interfacing the FIFO also. But I guess it is simply creating DATA, WR_EN, signals in Labview and reading the FULL flag to write the data into the FIFO.
We have created the interface using pure labview. But we have some timing problems or logic problems causing the wrong signal waveforms.
That is one reason why I have been looking into CLIP.
Thank You,
Gary
06-25-2009 08:19 AM