kernelinfo Utility

Usekernelinfoto print the function definitions in the givenXilinx®object file (XO) file (including function arguments and ports).

Note: kernelinfocan only be used with the SDAccel™development environment.

The following command options are available:

  • -h [ --help ]: Print help message.
  • -x [ --xo_path ]: Absolute path to XO file including file name and .xo extension
  • -l [ --log ]: By default, information is displayed on the screen. Otherwise, you can use the--logoption to output the information as a file.
  • -j [ --json ]: Output the file in JSON format.
  • [input_file]: XO file. Specify the XO file positionally or use the--xo_pathoption.
  • [output_file]: output fromXilinxOpenCL™Compiler. Specify the output file positionally, or use the--logoption.