Steve Haynal

Results 26 comments of Steve Haynal

Changing this to microcontroller-based IO. I would like to see a microcontroller used for IO provided it can also do the following: * UART * DAC for band level data...

One option would be to leverage the work of ucx/qcx or CentSDR: https://github.com/ttrftech/CentSDR Or some other standalone SDR. Then the HL2 just needs to generate IQ at an acceptable rate.

Great! Please issue a git pull request when ready.

Hi, I think we've run into a similar problem. We like to connect cocotbext-axi transactors from prefix: self.axi_byp = AxiMasterWrite(AxiWriteBus.from_prefix(self.dut, "s_axi"), self.dut.clk, self.dut.rst) Some of the IP we test have...

For us it was mainly the ID signals. Thanks!

Hi Alex, Thanks for the reply. I studied the two dma_client_axis_sink/source clients as well as the corundum a bit more. As far as I understand, dma_if_pcie+shim+dma_client_axis_sink/source+dma_psdpram is not sufficient. You...