Bases: RxChannel
A dual real channel Rx implementation.
Source code in rfsoc_rfdc/receiver/rx_channel_real2real.py
| def __init__(self, dma_ip, fifo_count_ip, target_device, buff_size=1024, debug_mode=False):
super().__init__(dma_ip, fifo_count_ip,
target_device, buff_size, debug_mode)
|