Skip to main content

build_scripts

systemc_build(**kwargs)

Build and install the SystemC library. It might not build a new SystemC library, if one is found using find_package() cmake function.

Keyword Arguments

NameTypeDescription
VERSIONstringVersion of the SystemC library that need to be built.
EXACT_VERSIONboolIf EXACT_VERSION is set, the SystemC library given version is build if not found.
INSTALL_DIRPath to the location where the library will be installed. The default is ${PROJECT_BINARY_DIR}/systemc or ${FETCHCONTENT_BASE_DIR}/systemc if FETCHCONTENT_BASE_DIR is set.