Belle II Software  release-05-02-19
t_xsi_vlog_logicval Struct Reference

Verilog logic values are stored bit packed encoded in two bits one bit put into aVal and the other into bVal. More...

#include <xsi.h>

Public Attributes

XSI_UINT32 aVal
 
XSI_UINT32 bVal
 aVal = 00000037
 

Detailed Description

Verilog logic values are stored bit packed encoded in two bits one bit put into aVal and the other into bVal.

The four logic values are encoded as {aVal, bVal}: 0=00, 1=10, X=11, Z=01 So, a 8 bit logic value 0Z11011X is stored as below : (in hexadecimal) aVal = 00000037 bVal=00000041

Definition at line 121 of file xsi.h.


The documentation for this struct was generated from the following file: