uhdm

Universal Hardware Data Model for SystemVerilog object model parsing

brewmacoslinux
Try with needOr install directly
Source

About

Universal Hardware Data Model, modeling of the SystemVerilog Object Model

Commands

uhdm

Examples

Parse a SystemVerilog file and generate UHDM model$ uhdm -parse input.sv
Dump the UHDM design hierarchy from a compiled model$ uhdm -dump design.uhdm
Compile SystemVerilog sources with UHDM integration$ uhdm -compile -o design.uhdm source1.sv source2.sv