Quartus® Prime Pro Edition User Guide: Debug Tools

ID 683819
Date 12/09/2025
Public
Document Table of Contents

8.2.1.1. Server Configuration Manager

An application called the Service and Configuration Manager (SCM) is also provided with Quartus® Prime to help users start the debug servers and configure the streaming host connections. You can run this application from a command line interface using the quartus_scm command, or via GUI using the quartus_scmw command. When the SCM is run, a background server (quartus_scmd) is started to support the functionality.

Figure 139. Server Configuration Manager Start ProcedureThe following flowchart describes how to open the SCM application:


When closing the SCM application, the quartus_scmd server continues running in the background unless you explicitly shut it down.

Figure 140. Server Configuration Manager Shut Down ProcedureThe following flowchart describes the shut down procedure:


Server Configuration Manager Help

You can get command-line help for the quartus_scm command as follows:
  • For general help about the commands available through the quartus_scm command:
    quartus_scm --help
  • For a list of server operations available through the quartus_scm command and their descriptions:
    quartus_scm <server_type> --help

    Where <server_type> is sti or jtag.

  • For detailed help about a server operation command:
    quartus_scm <server_type> <server_operation> --help
    Where <server_operation> is an operation from the list returned by the quartus_scm <server_type> --help command.