Forum Discussion

mnazemi's avatar
mnazemi
Icon for New Contributor rankNew Contributor
6 years ago

Does 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 ...