Intel® High Level Synthesis Compiler Pro Edition: User Guide

ID 683456
Date 12/04/2023
Public
Document Table of Contents

3.1. Intel® HLS Compiler Pro Edition Compiler-Defined Preprocessor Macros

The Intel® HLS Compiler Pro Edition has built-in macros that you can use to customize your code to create flow-dependent behaviors.
Table 3.  Macro Definition for __INTELFPGA_COMPILER__
Tool Invocation __INTELFPGA_COMPILER__
g++ or cl Undefined
i++ -march=x86-64 2340
i++ -march="<FPGA_family_or_part_number>" 2340
Table 4.  Macro Definition for HLS_SYNTHESIS
Tool Invocation HLS_SYNTHESIS
Testbench Code HLS Component Code
g++ or cl Undefined Undefined
i++ -march=x86-64 Undefined Undefined
i++ -march="<FPGA_family_or_part_number>" Undefined Defined