Jump to content
  • 0

Regarding implementation of queues in vivado


Aditya Gedela

Question

3 answers to this question

Recommended Posts

@Aditya Gedela,

If you can build a FIFO, you can build a Queue.  They're just not all that different, and they are not all that difficult either.  Queue's just read from the most-recently written end of memory.  If you build your own, I would suggest you use a single clock rather than a pair of clocks, one for read and one for write--as is commonly done with FIFOs.  On the other hand, if your goal is to use a pre-built core, then ... I'm still not sure what answer more to give.

If your goal is to use HLS (Xilinx's version of C to Verilog translation), then ... let me highly discourage you from doing so.  :D  FPGA design is very different from computer programming, and as a beginner, you need to learn that difference before trying to build your typical programming constructs.

Have you looked at fpga4fun.com?  It's a great beginner site.

Just my two cents.

Dan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...