Commit 6b405824 by Liang ZOU Committed by Tianqi Chen

typo: Xlinx => Xilinx (#2283)

typo: Xlinx => Xilinx
parent 01cfdb7e
......@@ -36,7 +36,7 @@ def compile_vhls(kernel_info, device_name):
platform = os.environ.get("XCL_PLATFORM", os.environ.get("AWS_PLATFORM"))
if platform is None:
raise RuntimeError("No Xlinx device specified.")
raise RuntimeError("No Xilinx device specified.")
tmp_xo_files = []
for funcname, code in kernel_info:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment