In previous projects, the hardware accelerator part was designed with the CORDIC IP and a design that transfers the results to the computer with the ZYNQ processor.
Cordic-based CoDesign
Petalinux was installed on the ZYNQ processor this time. With the c code written in the operating system, it is possible to get input from petalinux.
In addition, a GUI has been developed for the computer part of the system.
The project was developed on the PYNQ Z2 development board with ZYNQ architecture.
A project has been carried out in which Xilinx's CORDIC (COordinate Rotation DIgital Computer) IP is used as a hardware accelerator and the processor transfers the computational load to the hardware accelerator. After this hardware design was prepared by PL, data was transferred from the Petalinux environment and it was observed that it worked correctly.
- @ozlemcali design, development and documentation.