Visible to Intel only — GUID: GUID-036C347A-FE27-45A8-AA57-423E9322C0F1
Visible to Intel only — GUID: GUID-036C347A-FE27-45A8-AA57-423E9322C0F1
Working with Code
Using Visual Studio Code* with Intel® oneAPI Toolkits
With the Analysis Configurator for Intel® oneAPI Toolkits* extension, VS Code will display tool tips when working with FPGA code. These tips include:
a description of the attribute
a link to more information about that attribute
suggestions for other attributes
To view tool tips and find out more about the attribute:
Click on the line of code where you want to see a tool tip and keep your pointer over the code. A tool tip will display. In the example below, a description for the bank_bits attribute is appearing in the pop up window.
For more details about this attribute, click the Learn more link in the VS Code pop up window.
To view suggestions for attributes:
In your code, type intel::. A list of available attributes will show as suggestions:
Click on an attribute to add it to your code.