FPGA AI Suite Handbook

ID 863373
Date 11/21/2025
Public
Document Table of Contents

12.3.1. Hostless DDR-Free Design Example Quartus® Prime System Console Script Options

The Quartus® Prime System Console script facilitates various operations related to performance testing and functional evaluation of the design example. The following table provides an explanation of the options that you can use with the script:
Table 56.   System Console Script Options
Option Usage
--arch Path to the architectural description (.arch) file. This argument is required for running inference.
--input

Path to input binary (*.bin) file

Must be in either fp16 or uint8 depending on layout transform used (full vs lightweight).

Refer to Parameter: layout_transform_params/input_type

--num_inferences Number of inferences.
For some operation modes, the number of inferences is hardcoded for optimal performance measurements:
  • Core IP Performance: 1
  • IP Performance: 32
--online_reconfiguration Path to the directory containing .mif files that contain the parameters and instructions of a new graph.

If you specify this option, a graph update via JTAG occurs and all inference arguments are ignored.

--output_shape Output shape of graph in CHW format. For example: [1000 1 1].
--functional

Mode of operation. You can use only one of these options at a time.

  • Functional: Used for functional testing for large number of inferences.
  • Core IP Performance: Evaluates core IP Performance.
  • IP Performance: End to end IP performance including input and output streamer.
--core_ip_performance
--ip_performance