JuliaComputing / xtrx_julia

XTRX LiteX/LitePCIe based design for Julia Computing
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Support (or error on) other data formats #137

Closed sjkelly closed 1 year ago

sjkelly commented 1 year ago

I am attempting to run some example scripts with our Soapy driver such as: https://github.com/JuliaTelecom/SoapySDR.jl/blob/main/examples/highlevel_loopback.jl

Though we do not support ComplexF32. This should either error, or we can just use the Converter primitives in Soapy: https://github.com/pothosware/SoapySDR/blob/master/include/SoapySDR/ConverterPrimitives.hpp

sjkelly commented 1 year ago

This errors for now.