kernelinfo Utility

Use kernelinfo to print the function definitions in the given Xilinx® object file (XO) file (including function arguments and ports).

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

The following command options are available:

  • -h [ --help ]: Print help message.
  • -x [ --xo_path ] <arg>: Absolute path to XO file including file name and .xo extension
  • -l [ --log ] <arg>: By default, information is displayed on the screen. Otherwise, you can use the --log option 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_path option.
  • [output_file]: output from Xilinx OpenCL™ Compiler. Specify the output file positionally, or use the --log option.