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?
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