Intel® Quartus® Prime Pro Edition User Guide: Getting Started

ID 683463
Date 12/04/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

B.3. Setting Up Remote Farm Using Design Space Explorer II

To launch Design Space Explorer II, in the Intel® Quartus® Prime Pro Edition GUI, click Tools > Launch Design Space Explorer II. Click Yes to the message that appears. This closes the Intel® Quartus® Prime software and launches the Design Space Explorer II.
Under the Project tab, click Open Project to add your project to the Design Space Explorer II. Refer to Project Page (Design Space Explorer II) for information about all options on this tab.
Use one of the following methods to set up your remote farm:

LSF Remote Farm

Follow these steps to set up your remote machine using the Design Space Explorer II and LSF remote compilation type:

  1. Ensure you have set up your LSF environment. If not, request your IT administrator to set up the LSF environment.
  2. Once the LSF environment is ready, launch the command line interface and execute the bsub sleep 60 command.
  3. Under the Setup tab, select Remote compilation type and choose the LSF option from the drop-down list. Populate all mandatory settings under Specify custom settings for LSF with the LSF environment-specific information.

    Refer to Setup Page (Design Space Explorer II) for information about all options on this tab.

  4. Customize the settings as necessary.
  5. Under the Exploration tab, expand the Exploration Points section.
  6. Select Design exploration.
  7. Under Exploration Options, select Seed Sweep Only.
  8. Under Seeds, select Create. By default, it must be set to 2 seeds.
  9. Click Start. Wait until the design exploration is complete.
  10. Click the Results tab to review the status of the design exploration.

SSH Remote Farm

Follow these steps to set up your remote machine using the Design Space Explorer II and SSH remote compilation type:

  1. Install the open-source PuTTY Key Generator tool and launch it.
  2. Click Generate to generate the public/private key pair.
  3. Enter the key passphrase.
  4. Click Save private key to save the private key with a .ppk extension.
  5. Click Save public key to save the public key as putty_gen_public_key.pub.
  6. On your machine, change to the SSH directory and copy the contents of the putty_gen_public_key.pub file.
  7. In the Design Space, under the Setup tab, select SSH compilation type and specify the following:
    • For Hostname, enter the server name.
    • For private_key, enter the path to your private key (.ppk file).
    • For SSH Client, enter the path to the plink.exe file. You can find this in the same directory where you installed the PuTTy tool.
    • For Farm Operating System, enter your system type (linux or windows).

    The remaining settings are similar to LSF settings. Refer to Setup Page (Design Space Explorer II) for information about all options on this tab.

  8. Under the Exploration tab, expand the Exploration Points section.
  9. Select Design exploration.
  10. Under Exploration Options, select Seed Sweep Only.
  11. Under Seeds, select Create. By default, it must be set to 2 seeds.
  12. Click Start. Wait until the design exploration is complete.
  13. Click the Results tab to review the status of the design exploration.