Hi,
I appreciate the team for open-sourcing and supporting blackparrot development.
I'm trying to run several experiments on a blackparrot core emulated on an FPGA. The planned experiment is to load a blackparrot core onto an FPGA, boot Linux on the core (I would also like to try bare metal), and run an experiment program.
Going through the documentation I realized that I could emulate black parrot using
- Litex
- ParrotPiton
- Zynq-parrot
I focused on trying out Zynq-parrot because it was the most up-to-date.
From what I understand Zynq-parrot is better suited for co-simulation. Going through the scripts I realized that it requires a PYNQ-Z2 development board and did not have a supported shell to access the Linux running on the emulated core (Correct me if I have misunderstood).
Could you please let me know or point me to a resource on how I can do the above-mentioned experiment on a Xilinx FPGA that does not have a Zynq SoC?
Thank you,
Yasas