HEP-SoC / SoCMake

CMake based hardware build system
https://hep-soc.github.io/SoCMake/
GNU Lesser General Public License v3.0
8 stars 1 forks source link

Reintroduce configure time SystemC and UVM-SystemC build scripts #95

Closed Risto97 closed 1 month ago

Risto97 commented 1 month ago

These build scripts are reintroduced, they are intended to replace VeriSC.

These functions will try to find an appropriate installation of SystemC and UVM-SystemC on the system. In case they are not found they will be compiled at CMake configure time first time. Next project configuration the compiled libraries will be used.

There is a possibility to replace these functions in the future with https://conan.io/