rfsoc_rfdc.receiver.rx_channel
¶RxChannel(dma_ip, fifo_count_ip, target_device, buff_size=1024, debug_mode=False)
¶rfsoc_rfdc/receiver/rx_channel.pyrx_buff_size = buff_size
instance-attribute
¶rx_buff = allocate(shape=(self.rx_buff_size,), dtype=(MyRFdcType.DATA_PATH_DTYPE), target=target_device)
instance-attribute
¶rx_dma = dma_ip
instance-attribute
¶warning_cnt = 0
instance-attribute
¶debug_mode = debug_mode
instance-attribute
¶fifo_count = fifo_count_ip
instance-attribute
¶data
property
¶transfer()
¶