11 this -> value.val_bit =
value;
20 this -> value.val_vector=
value;
29 this -> value.val_real =
value;
IEEE Floating point (64bit).
VCDValueType type
The type of value this instance stores.
std::vector< VCDBit > VCDBitVector
A vector of VCDBit values.
VCDValueType get_type()
Return the type of value stored by this class instance.
VCDBitVector * val_vector
Value as a bit vector.
VCDReal val_real
Value as a real number (double).
union VCDValue::valstore value
VCDBit val_bit
Value as a bit.
VCDBitVector * get_value_vector()
Get the vector value of the instance.
double VCDReal
Typedef to identify a real number as stored in a VCD.
VCDValueType
Describes how a signal value is represented in the VCD trace.
VCDBit
Represents the four-state signal values of a VCD file.
VCDReal get_value_real()
Get the real value of the instance.
VCDBit get_value_bit()
Get the bit value of the instance.
VCDValue(VCDBit value)
Create a new VCDValue with the type VCD_SCALAR.