uvm_packer¶
-
class
uvm.base.uvm_packer.UVMPacker[source]¶ Bases:
objectThe UVMPacker class provides a policy object for packing and unpacking uvm_objects. The policies determine how packing and unpacking should be done. Packing an object causes the object to be placed into a bit (byte or int) array. If the `uvm_field_* macro are used to implement pack and unpack, by default no metadata information is stored for the packing of dynamic objects (strings, arrays, class objects).
-
bitstream= []¶
-
fabitstream= []¶
-