Skip to main content

build_scripts

uvm_systemc_build(**kwargs)

Build and install the UVM-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 UVM-SystemC library that need to be built.
EXACT_VERSIONboolIf EXACT_VERSION is set, the UVM-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}/uvm-systemc or ${FETCHCONTENT_BASE_DIR}/uvm-systemc if FETCHCONTENT_BASE_DIR is set.