Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def pynq_bitstream_program(bitstream_path):
from pynq import Bitstream
bitstream = Bitstream(bitstream_path)
bitstream.download()