Hello,
I’m very new to FPGA design, and it’s my first attempt at deploying a design on an FPGA. Currently, I’m working with a PYNQ Z2 board. I’ve developed a simple RISC-V processor using HLS and exported it as an IP block.
Now, I instantiate this IP block on the Vivado IP integrator. My objective is to control this IP block using the PS. According to the documentation, the PYNQ Z2 board is equipped with a Cortex A9 processor within the PS.
My goal is to send commands from the Cortex A9 to my IP block (RISC-V processor), which will then execute instructions based on these commands. Does anyone have any insights or suggestions on how I can achieve this?
Thank you.