How do I download the bit files compiles from HES-DVM in HES-proto mode?

  1. Is it controlled in the C testbench or automatically downloaded by HES-DVM software at startup of runtime?

  2. Is it able to download the bit files compiled from HES-DVM software into boards by JTAG connection without PCIe host connection?

ANSWER

ALDEC

  1. C testbench

    For FPGA without PCI interface module use function: HESPROTOTYPE_EXPORT hes_handler HesProtoBoardProgram(hes_type_t hes_type, fpga_id_t fpga_id, const char* bit_file, unsigned int serial);

    For FPGA with PCI interface module use: HESPROTOTYPE_EXPORT hes_handler HesProtoBoardInit(hes_type_t hes_type, fpga_id_t fpga_id, const char* bit_file, unsigned int serial);

    bitfile with PCI interface module should be programmed after all other bitfiles - at the end.

  2. prototool HES-DVM installs a tool called *prototool* It can be used to program FPGAs via host interface channel.

    XILINX

  3. Standard JTAG cable and Xilinx programming software



Printed version of site: support.aldec.com/en/support/resources/documentation/faq/1659