chipsalliance / UHDM

Universal Hardware Data Model. A complete modeling of the IEEE SystemVerilog Object Model with VPI Interface, Elaborator, Serialization, Visitor and Listener. Used as a compiled interchange format in between SystemVerilog tools. Compiles on Linux gcc, Windows msys2-gcc & msvc, OsX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UHDM Build broken by CapnpProto (Working with CapnpProto team on fix)

alaindargelas opened this issue · comments

capnproto/capnproto#1204

In the meantime:

In  third_party/UHDM/CMakeLists.txt   add:
set(WITH_OPENSSL OFF CACHE BOOL "No ssl")  <<<
add_subdirectory(third_party/capnproto EXCLUDE_FROM_ALL)

In third_party/UHDM/third_party/capnproto/c++/CMakeLists.txt   comment out: 
#    pkgconfig/capnp-websocket.pc

@tgorochowik, please help update the github actions