program

The programcommand downloads an xclbinbinary to the programmable region on the card.

It has the following options:

  • -d (Optional): Specifies the target card ID. Default = 0 if not specified.
  • -p (Required): Specifies thexclbinbinary file to download to the card.

For example, to program thefilter.xclbinfile to card ID one, you would use the following command:

$ xbutil program -d 1 -p filter.xclbin

This output is displayed after thexclbinhas been successfully downloaded to the card:

INFO: Found total 1 card(s), 1 are usable INFO: xbutil program succeeded.