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
Apache License 2.0
202 stars 40 forks source link

struct_net::Typespec could be union_typespec #1024

Closed hs-apotell closed 1 year ago

hs-apotell commented 1 year ago

struct_net::Typespec could be union_typespec

Removed assumption that the struct_net::Typespec can only be struct_typespec. C-style cast was hiding the assumption.