Skip to content

Commit

Permalink
typo: Xlinx => Xilinx (apache#2283)
Browse files Browse the repository at this point in the history
typo: Xlinx => Xilinx
  • Loading branch information
liangdzou authored and tqchen committed Dec 13, 2018
1 parent 01cfdb7 commit 6b40582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/contrib/sdaccel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b40582

Please sign in to comment.