[ESI] Fix non-capnp builds (#5952)

Should fix #5951.
This commit is contained in:
John Demme 2023-08-25 04:14:04 -07:00 committed by GitHub
parent cbbeec4c7e
commit 7dd309f6fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ set(CIRCT_INTEGRATION_TEST_DEPENDS
circt-opt
circt-translate
circt-rtl-sim
esi-cosim-runner
firtool
hlstool
handshake-runner
@ -21,6 +20,7 @@ endif()
# If ESI Cosim is available to build then enable its tests.
if (TARGET EsiCosimDpiServer)
list(APPEND CIRCT_INTEGRATION_TEST_DEPENDS EsiCosimDpiServer)
list(APPEND CIRCT_INTEGRATION_TEST_DEPENDS esi-cosim-runner)
get_property(ESI_COSIM_LIB_DIR TARGET EsiCosimDpiServer PROPERTY LIBRARY_OUTPUT_DIRECTORY)
set(ESI_COSIM_PATH ${ESI_COSIM_LIB_DIR}/libEsiCosimDpiServer.so)
endif()

View File

@ -58,7 +58,7 @@ tool_dirs = [
tools = [
'arcilator', 'circt-as', 'circt-capi-ir-test', 'circt-capi-om-test',
'circt-capi-firrtl-test', 'circt-dis', 'circt-opt', 'circt-reduce',
'circt-translate', 'esi-tester', 'firtool', 'hlstool', 'om-linker'
'circt-translate', 'firtool', 'hlstool', 'om-linker'
]
# Enable Verilator if it has been detected.