Intel® Quartus® Prime Standard Edition User Guide: PCB Design Tools

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

1.10.5. Performing SSN Analysis

You can perform SSN analysis with a command-line command. Use the quartus_si package that is provided with the Intel® Quartus® Prime software.

Type the following command at a system command prompt to start the SSN Analyzer:

quartus_si <project name>

To analyze just one I/O bank, type the following command at a system command prompt:

quartus_si <project revision> <--bank = bank id>

For example, to run analyze the I/O bank 2A type the following command:

quartus_si counter --bank=2A

For more information about the quartus_si package, type quartus_si -h at a system command prompt.