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
| Name | Type | Description |
|---|---|---|
VERSION | string | Version of the UVM-SystemC library that need to be built. |
EXACT_VERSION | bool | If EXACT_VERSION is set, the UVM-SystemC library given version is build if not found. |
INSTALL_DIR | — | Path 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. |