Jump to content
  • 0

Project using PS alone on zynq


Tech_Enthusiast_007

Question

2 answers to this question

Recommended Posts

Hi @Tech_Enthusiast_007,

All you really need is the Zynq Processing System IP core and you'll be on your way. Add the IP core to your design and hit Run Block Automation. This will initialize the block and setup the Ethernet and UART peripherals for you to use. Once that step is completed, you can route the output from FLCK_CLK0 to M_AXI_GP0_ACLK and then hit Validate Design. The tools should tell you that everything is good to go. Create the wrapper, generate bitstream, then export the design to SDK. Once you're in SDK, you can create your project, but base it off the Hello World template to test the UART. You can then start coding your project from there.

The Zynq block is just a block representation of the processing half of the Zynq chip, and is required for you to export the hardware description to SDK.

I hope that this has proven to be helpful to you! Let me know if you have any further questions and I will be happy to assist you,
AndrewHolzer

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...