File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,9 @@ def prepend_path(path):
242242 prepend_path (config .vitis_aietools_bin )
243243 llvm_config .with_environment ("VITIS" , config .vitis_root )
244244
245+ # Prepend path to XRT installation, which contains a more recent `aiebu-asm` than the Vitis installation.
246+ prepend_path (config .xrt_bin_dir )
247+
245248peano_tools_dir = os .path .join (config .peano_install_dir , "bin" )
246249prepend_path (config .llvm_tools_dir )
247250prepend_path (peano_tools_dir )
Original file line number Diff line number Diff line change @@ -242,6 +242,9 @@ def prepend_path(path):
242242 prepend_path (config .vitis_aietools_bin )
243243 llvm_config .with_environment ("VITIS" , config .vitis_root )
244244
245+ # Prepend path to XRT installation, which contains a more recent `aiebu-asm` than the Vitis installation.
246+ prepend_path (config .xrt_bin_dir )
247+
245248peano_tools_dir = os .path .join (config .peano_install_dir , "bin" )
246249prepend_path (config .llvm_tools_dir )
247250prepend_path (peano_tools_dir )
Original file line number Diff line number Diff line change @@ -237,6 +237,9 @@ def prepend_path(path):
237237 prepend_path (config .vitis_aietools_bin )
238238 llvm_config .with_environment ("VITIS" , config .vitis_root )
239239
240+ # Prepend path to XRT installation, which contains a more recent `aiebu-asm` than the Vitis installation.
241+ prepend_path (config .xrt_bin_dir )
242+
240243peano_tools_dir = os .path .join (config .peano_install_dir , "bin" )
241244prepend_path (config .llvm_tools_dir )
242245prepend_path (peano_tools_dir )
You can’t perform that action at this time.
0 commit comments