Skip to content

Commit

Permalink
[circt-test] fix lit config for circt-bmc
Browse files Browse the repository at this point in the history
Signed-off-by: unlsycn <[email protected]>
  • Loading branch information
unlsycn committed Nov 24, 2024
1 parent 87d10b7 commit fcf9bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
tools = [
'arcilator', 'circt-opt', 'circt-translate', 'firtool', 'circt-rtl-sim.py',
'equiv-rtl.sh', 'handshake-runner', 'hlstool', 'ibistool', 'circt-lec',
'circt-bmc', 'circt-test', 'circt-test-runner-sby.py'
'circt-bmc', 'circt-test', 'circt-test-runner-sby.py', 'circt-test-runner-circt-bmc.py'
]

# Enable python if its path was configured
Expand Down

0 comments on commit fcf9bae

Please sign in to comment.