Sort tools in lit.cfg.py, NFC

This commit is contained in:
Hideto Ueno 2023-07-27 01:12:17 -07:00
parent 2fa8a4989c
commit dec4ba1345
1 changed files with 3 additions and 4 deletions

View File

@ -56,10 +56,9 @@ tool_dirs = [
config.circt_tools_dir, config.mlir_tools_dir, config.llvm_tools_dir
]
tools = [
'firtool', 'circt-as', 'circt-dis', 'circt-opt', 'circt-reduce',
'circt-translate', 'circt-capi-ir-test', 'circt-capi-om-test', 'esi-tester',
'hlstool', 'arcilator', 'om-linker'
]
'arcilator', 'circt-as', 'circt-capi-ir-test', 'circt-capi-om-test',
'circt-dis', 'circt-opt', 'circt-reduce', 'circt-translate', 'esi-tester',
'firtool', 'hlstool', 'om-linker']
# Enable Verilator if it has been detected.
if config.verilator_path != "":