16 static char VCDBit2Char(
VCDBit b) {
56 delete this -> value.val_vector;
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).
A file for common types and data structures used by the VCD parser.
union VCDValue::valstore value
VCDBit val_bit
Value as a bit.
Represents a single value found in a VCD File.
The actual value stored, as identified by type.
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.