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 <unlsycn@unlsycn.com>
  • Loading branch information
unlsycn committed Nov 26, 2024
1 parent d006c2c commit c723acf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration_test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@
]
tools = [
'arcilator', 'circt-opt', 'circt-translate', 'firtool', 'circt-rtl-sim.py',
'equiv-rtl.sh', 'handshake-runner', 'hlstool', 'kanagawatool', 'circt-lec',
'circt-bmc', 'circt-test', 'circt-test-runner-sby.py'
'equiv-rtl.sh', 'handshake-runner', 'hlstool', 'ibistool', 'circt-lec',
'circt-bmc', 'circt-test', 'circt-test-runner-sby.py',
'circt-test-runner-circt-bmc.py'
]

# Enable python if its path was configured
Expand Down Expand Up @@ -230,6 +231,7 @@
config.available_features.add('arcilator-jit')

config.substitutions.append(('%driver', f'{config.driver}'))
config.substitutions.append(('%circt-tools-dir', f'{config.circt_tools_dir}'))
llvm_config.add_tool_substitutions(tools, tool_dirs)

# cocotb availability
Expand Down

0 comments on commit c723acf

Please sign in to comment.