mirror of https://github.com/llvm/circt.git
Format lit.cfg.py, nfc
This commit is contained in:
parent
dec4ba1345
commit
720846dd16
|
@ -58,7 +58,8 @@ tool_dirs = [
|
|||
tools = [
|
||||
'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']
|
||||
'firtool', 'hlstool', 'om-linker'
|
||||
]
|
||||
|
||||
# Enable Verilator if it has been detected.
|
||||
if config.verilator_path != "":
|
||||
|
|
Loading…
Reference in New Issue