[Lit] Add hlstool to test tools

This commit is contained in:
Christian Ulmann 2022-09-13 21:02:03 +02:00
parent 0295173968
commit 4a98accec5
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ tool_dirs = [
]
tools = [
'circt-opt', 'circt-translate', 'firtool', 'circt-rtl-sim.py',
'esi-cosim-runner.py', 'equiv-rtl.sh', 'handshake-runner'
'esi-cosim-runner.py', 'equiv-rtl.sh', 'handshake-runner', 'hlstool'
]
# Enable python if its path was configured

View File

@ -57,7 +57,7 @@ tool_dirs = [
]
tools = [
'firtool', 'circt-opt', 'circt-reduce', 'circt-translate',
'circt-capi-ir-test', 'esi-tester'
'circt-capi-ir-test', 'esi-tester', 'hlstool'
]
# Enable Verilator if it has been detected.