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,
Have you try to compile the code in HLS? The project directory (.prj) will be created after compilation. You can open the design and see the RTL generated.
Thanks
mnazemi
New Contributor
6 years agoObviously, I have done that. But I am not able to find the corresponding Verilog code under components directory.