vta.bitstream#

VTA specific bitstream management library.

Module Contents#

Functions#

download_bitstream()

Downloads a cached bitstream corresponding to the current config

get_bitstream_path()

Returns the path to the cached bitstream corresponding to the current config

Attributes#

BITSTREAM_URL

vta.bitstream.download_bitstream()[源代码]#

Downloads a cached bitstream corresponding to the current config

vta.bitstream.get_bitstream_path()[源代码]#

Returns the path to the cached bitstream corresponding to the current config

Returns#

bit_path: str

Corresponding to the filepath of the bitstream

vta.bitstream.BITSTREAM_URL = 'https://github.com/uwsampl/vta-distro/raw/master/bitstreams/'[源代码]#