Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

2.8.7.1. Design Service Commands

Design service commands load and work with your design at a system level.
Table 10.  Design Service Commands

Command

Arguments

Function

design_load

<quartus-project-path>,

<sof-file-path>,

or <qpf-file-path>

Loads a model of a Intel® Quartus® Prime design into System Console. Returns the design path.

For example, if your Intel® Quartus® Prime Project File (.qpf) is in c:/projects/loopback, type the following command: design_load {c:\projects\loopback\}

design_link

<design-path>

<device-service-path>

Links a Intel® Quartus® Prime logical design with a physical device.

For example, you can link a Intel® Quartus® Prime design called 2c35_quartus_design to a 2c35 device. After you create this link, System Console creates the appropriate correspondences between the logical and physical submodules of the Intel® Quartus® Prime project.

design_extract_debug_files

<design-path>

<zip-file-name>

Extracts debug files from a .sof to a zip file which can be emailed to Intel FPGA Support for analysis.

You can specify a design path of {} to unlink a device and to disable auto linking for that device.

design_get_warnings

<design-path>

Gets the list of warnings for this design. If the design loads correctly, then an empty list returns.