hst10 / pylog

PyLog: An Algorithm-Centric FPGA Programming and Synthesis Flow
59 stars 11 forks source link

PYNQ Alveo board #16

Open lloo099 opened 2 years ago

lloo099 commented 2 years ago

Hi @hst10 , may i know ur pylot support one tranied NN model from pytorch to hls code process for U200 board? if yes, how to set up this env. thanks

hst10 commented 2 years ago

Hello @lloo099, thank you for your question. At this point PyLog does not have support for PyTorch operations, APIs, or models. Currently it supports basic Python syntax and element-wise vector operations. PyLog can generate designs targeting Alveo boards -- simply set board='alveo_u200' in the @pylog decorator. You can also customize Vivado/Vitis synthesis by modifying Tcl templates under tcl_temps. Let us know if you have any other questions.