realtimeradio / vla-dev

Ethernetization/Channelization Firmware for the VLA-COSMIC FPGA system
GNU General Public License v3.0
1 stars 3 forks source link

Remote PCIe Transport improvements #5

Closed radonnachie closed 2 years ago

radonnachie commented 2 years ago

When creating a cosmic_fengine object with a remote_uri specified, it is possible to leave fpgfile as None, in which case the fpgfile will be requested from the server and parsed. If fpgfile is not None, the remote fpga will be programmed with it.

Requires https://github.com/realtimeradio/casperfpga/pull/7