Forum Discussion
Liyen
New Contributor
2 years agowhere is ap_uint or ap_int c++ type defined
hello, Recently I tried to review and understand HLS architecture in Quartus tools, in hls/include/HLS/ac_int.h, there were many instances of ap_uint or ap_int type referenced but I couldn't f...
aikeu
Regular Contributor
2 years agoHi Liyen,
The references for the ap_uint/ap_int in intel hls can be found in the document below:
As for the example design to create an IP when installed intel HLS, it is already provided as part of the installation, which can be found in the path below:
- <quartus_installdir>/hls/examples/<design_example_name>
Thanks.
Regards,
Aik Eu