I am making a project using zedboard. I designed an ALU, giving a .coe file in BRAM. Now I want to see the 32 bit output on PC or Laptop. So I am thinking to do it using an UART. So is it feasible to do so and how to do the same?
I am making a project using zedboard. I designed an ALU, giving a .coe file in BRAM. Now I want to see the 32 bit output on PC or Laptop. So I am thinking to do it using an UART. So is it feasible to do so and how to do the same?
Are you proposing to share the output of your ALU in the PL with the ARM in the PS then use the UART? That seems feasible. Search online for "transfer data from PL to PS zynq" and you will find lots of resources to teach you how.
Bryan
I have my data in PS. But the problem is how to observe that 32 bit data on PC?
ptb1908 Here is a couple of video you may find your answer in (please ignore the direction because it is reversible) .... Transfferring data from PS to PL | Zedboard
The issue I am facing is my input is stored in .coe file. And that input is given to FPGA and after processing the output is stored in Block RAM. now we want to transfer and observe that data of BRAM in PC or laptop. So is there any reference video or material for the same?
Please let me know.
Thank you