Visible to Intel only — GUID: dzz1678993605373
Ixiasoft
Visible to Intel only — GUID: dzz1678993605373
Ixiasoft
3.3.2. Building the FPGA Bitstreams
The Intel® FPGA AI Suite SoC design example also includes prebuilt demonstration FPGA bitstreams. If you want to use the prebuilt demonstration bitstreams in your SD card image, skip ahead to Installing HPS Disk Image Build Prerequisites.
If you build your own bitstreams and do not have an Intel® FPGA AI Suite IP license, then your bitstream have a limit of 10000 inferences. After 10000 inferences, the unlicensed IP refuses to perform any additional inference. To reset the limit, reprogram the FPGA device.
Building the FPGA Bitstreams for the Intel Agilex® 7 FPGA I-Series Transceiver-SoC Development Kit
dla_build_example_design.py \ -ed 4_AGX7_S2M \ -n 1 \ -a $COREDLA_ROOT/example_architectures/AGX7_Performance.arch \ --build \ --build-dir $COREDLA_WORK/agx7_perf_bitstream \ --output-dir $COREDLA_WORK/agx7_perf_bitstream
The bitstreams built by these commands support both the M2M execution model and the S2M execution model.
Building the FPGA Bitstreams for the Intel® Arria® 10 SX SoC FPGA Development Kit
dla_build_example_design.py \ -ed 4_A10_S2M \ -n 1 \ -a $COREDLA_ROOT/example_architectures/A10_Performance.arch \ --build \ --build-dir $COREDLA_WORK/a10_perf_bitstream \ --output-dir $COREDLA_WORK/a10_perf_bitstream
The bitstreams built by these commands support both the M2M execution model and the S2M execution model.