The syn.debug commands enable
debugging in the HLS component and specify where to write debugging output.
- syn.debug.enable
-
Enable debug file generation. If you do not enable it, the HLS you can optimize the component during compilation. However, the component cannot support debug.
syn.debug.enable=1Tip: This option relates to thev++ -c -goption. You must manually enable this option in the HLS component when debugging at the Application level. - syn.debug.directory
-
Specifies the location of to write the output of HLS debugging. If you do not specify it, the location sets to hls/.debug.
syn.debug.directory=../../debug