From 5b56a4c3bab09b8eb9f88102c257e1afa70096e7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 31 Mar 2023 20:08:20 -0700 Subject: [PATCH] cad/uhdm: Add to pkg-descr --- cad/uhdm/pkg-descr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cad/uhdm/pkg-descr b/cad/uhdm/pkg-descr index db7c8971ad56..98071be7b803 100644 --- a/cad/uhdm/pkg-descr +++ b/cad/uhdm/pkg-descr @@ -1,3 +1,6 @@ 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. + +libuhdm implements the hardware object model standardized in: +IEEE 1800.1-2017 chapter 37: VPI object model.