VivadoAccelerator backend updates
Created by: thesps
A few small things:
- Fix registration of
VivadoAcceleratorBackend
writer flow. In master branch, the writer flow for that backend is justVivadoBackend
's writer flow relabelled, so the extra files forVivadoAcceleratorBackend
aren't written out. - Replace
VivadoAcceleratorBackend.make_bitfile
method withbuild(bitfile=True)
. This is an API change to make that workflow more consistent with the usualbuild
API (rather than requiring one call tobuild
then one call tomake_bitfile
) - Add a
package
method to make a .tar.gz archive with all the necesary files for hardware inference - otherwise the user needs to do some finding and renaming of files themselves