mirror of https://github.com/llvm/circt.git
Sort tools in lit.cfg.py, NFC
This commit is contained in:
parent
2fa8a4989c
commit
dec4ba1345
|
@ -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 != "":
|
||||
|
|
Loading…
Reference in New Issue