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 any update?
Thanks