Intel® High Level Synthesis Compiler Pro Edition: Getting Started Guide

ID 683680
Date 9/26/2022
Public

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

Document Table of Contents

1.1.1. Intel® HLS Compiler Pro Edition Backwards Compatibility

The Intel® HLS Compiler Pro Edition Version 22.3 is compatible with Intel® Quartus® Prime Pro Edition Version 22.3, Version 22.2, Version 22.1, and Version 17.1.1. This backwards compatibility lets you to take advantage of improvements in the RTL generated by the Intel® HLS Compiler without changing the other parts of your current FPGA development environment.

To install Intel® HLS Compiler Pro Edition Version 22.3 into an older version of Intel® Quartus® Prime Pro Edition :
  1. Backup the existing <quartus_installdir> 1/hls directory. For example, rename <quartus_installdir>/hls to <quartus_installdir>/hls_old.
  2. Download the Intel® High Level Synthesis Compiler standalone installation package from the Additional Software tab of the Intel® Quartus® Prime Download Center for your edition of Intel® Quartus® Prime.
  3. Run the Intel® HLS Compiler standalone installer, and specify your <quartus_installdir> directory when prompted.
  4. (Linux only) If you use Intel® Quartus® Prime Pro Edition Version 21.2 or earlier and you want the Intel® HLS Compiler to simulate your components with the 32-bit Mentor Graphics* ModelSim* software provided with Intel® Quartus® Prime ( ModelSim* - Intel® FPGA Edition), ensure that you have the required additional 32-bit libraries installed. You can install them with the following command:
    • Red Hat* Enterprise Linux* 8
      $ sudo yum install -y glibc.i686 glibc-devel.i686 libX11.i686 \
                      libXext.i686 libXft.i686 libgcc.i686 libgcc.x86_64 \
                      libstdc++.i686 libstdc++-devel.i686 ncurses-devel.i686 \
                      qt.i686
    • SUSE* Linux Enterprise Server 12

      Obtain the equivalent or substitute packages listed for Red Hat* Linux.

You can revert to your previous version of the Intel® HLS Compiler by renaming your backup directory. Whatever version of the the Intel® HLS Compiler that in a directory called <quartus_installdir>/hls is the active version of the Intel® HLS Compiler.

1 Where <quartus_installdir> is the directory where you installed the Intel® Quartus® Prime Pro Edition Design Suite. For example, C:\intelFPGA_pro\22.3 .