In the paper, there is a comparison between SeeDot-generated c code and Vivado HLS c code. SeeDot can automatically generate hints(e.g. pragma HLS unroll, pipeline...) for HLS tools. How to use this feature myself? Can it generate c code which may contain"ap_fixed<>" for fixed-point float? Much appreciated!
In the paper, there is a comparison between SeeDot-generated c code and Vivado HLS c code. SeeDot can automatically generate hints(e.g. pragma HLS unroll, pipeline...) for HLS tools. How to use this feature myself? Can it generate c code which may contain"ap_fixed<>" for fixed-point float? Much appreciated!