How to send and receive data to custom FPGA logic via USB
-
- Posts: 8
- Joined: Sun Oct 15, 2017 1:42 pm
How to send and receive data to custom FPGA logic via USB
I need guidance on how to send and receive data to custom logic via USB. I plan to make changes to the fifo_reader and fifo_writer.
-
- Posts: 162
- Joined: Thu Feb 28, 2013 11:14 pm
Re: How to send and receive data to custom FPGA logic via USB
If you are interested in exchanging PDUs between the host PC and FPGA logic please take a look at the packet_control_t interface that the bladeRF-wiphy project utilizes. Effectively, packet_control_t is an interface for allowing fifo_writer and fifo_reader to exchange variable length payloads with the host PC (as opposed to IQ samples).