Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upXilinx HLS tool #148
Open
Xilinx HLS tool #148
Comments
|
Hi, |
|
Thanks a lot! Your research paper impressed me and inspired me greatly! Happy new year! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!