Skip to content

VivadoAccelerator for U250 card #671

Answered by thesps
Sarika124 asked this question in Q&A
Discussion options

You must be logged in to vote

I transferred the issue to hls4ml. In the current main branch hls4ml does support U250 cards. I recommend this way of getting the initial VivadoAccelerator configuration template from the backend, specifying the board. Then you need to specify the same 'Platform' as the one you have installed on your system. I have an Alveo U200, with xilinx_u200_xdma_201830_2 platform, so my code looks like:

config = hls4ml.backends.get_backend('VivadoAccelerator').create_initial_config(board='alveo-u200')
config['AcceleratorConfig']['Platform'] = 'xilinx_u200_xdma_201830_2'
config['HLSConfig'] = hls_config
config['KerasModel'] = model
config['OutputDir'] = '...'
config['ProjectName'] = '...'
config['Bac…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jmduarte
Comment options

@deleteeeee
Comment options

@vloncar
Comment options

Answer selected by Sarika124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #670 on October 28, 2022 12:42.