I was developing a C based design for someone using Vivado HLS 2015.1.
This design uses the arbitrary precision data types included in "ap_cint.h".
I wanted to know if I could compile this code in a standard gcc compiler by including the relevant header files?
Also can someone point me in the direction of related documentation?
Any help or suggestion would be appreciated.