Forum Discussion
mnazemi
New Contributor
6 years agoDoes Intel HLS Compiler combine or split variables?
Assume I have a component which includes something like the following lines: bool input_0;
bool input_1;
bool input_2;
bool input_3;
bool wire_0;
bool wire_1;
bool output_0;
wire_0 = input_0 ...
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
May I know that do you have insert the "component" keyword in the source code before the top-level C++ function to be synthesized as mentioned in Chapter 3: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/hls/ug-hls.pdf
If yes, can I have the .cpp code file for further investigation?
Thanks.