01-04-2020 04:14 AM
Hi,
I find the Uart and Etherenet PHY only in PS.So Is there any other way to receive data from PC to PL? IF no,can the J63 ( the XADC header)or other interface external a uart to USB circuit toachieve it?
Regards,
01-05-2020 02:20 AM
For small amounts of data I wouldn't take the burden of Ethernet.
Microblaze is not exactly PS, it resides in the PL. It requires software, yes, but I think you can't get away without that. If you are brave enough, you could try some HDL, but I think you'd end up doing the same but from scratch.
01-04-2020 05:15 AM
you can have an Ethernet IP on the PL but I don't think it's practical. If I had to use Ethernet I would use the one in the PS and DMA data to the PL as needed.
Alternatively, you can have a Microblaze and a UART interface. Much lighter. It all depends in the amount of data and complexity of the link.
01-04-2020 06:08 AM
01-04-2020 06:19 AM
01-05-2020 02:20 AM
For small amounts of data I wouldn't take the burden of Ethernet.
Microblaze is not exactly PS, it resides in the PL. It requires software, yes, but I think you can't get away without that. If you are brave enough, you could try some HDL, but I think you'd end up doing the same but from scratch.
01-06-2020 12:09 AM
Thanks,looks like it's going to have to be done PS+PL.