mirror of https://github.com/llvm/circt.git
[Lit] Add hlstool to test tools
This commit is contained in:
parent
0295173968
commit
4a98accec5
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue