Format lit.cfg.py, nfc

This commit is contained in:
Hideto Ueno 2023-07-27 01:14:17 -07:00
parent dec4ba1345
commit 720846dd16
1 changed files with 2 additions and 1 deletions

View File

@ -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 != "":