-
Re: Vitis hardware acceleration on PL + custom logic on PL
narrucmotDec 23, 2020 11:25 AM (in response to prateek.mohan1)
1 of 1 people found this helpfulHi Prateek,
What you describe is possible. The Vitis-AI projects for the Avnet Ultra96-V2 SBC and UltraZed SOMs do exactly this. These designs start off with a Vivado hw platform with some logic and peripherals in the PL, and then a Deep-learning Processing Unit (DPU) is added to the PL to accelerate AI & ML applications. The base Vivado hw platform is included in the PetaLinux BSPs can be found here:
Ultra96-V2 -> Reference Designs -> PetaLinux Board Support Packages
UltraZed-EG -> Reference Designs -> PetaLinux Board Support Packages
UltraZed-EV -> Reference Designs -> PetaLinux Board Support Packages
The Vitis-AI project tutorials can be found here:
https://www.hackster.io/AlbertaBeef/vitis-ai-1-2-flow-for-avnet-vitis-platforms-7cb3aa
--Tom