A real wire needs an explicit initial value.
To keep valgrind happy we need to give real wires an explicit initial value of 0.0.
This commit is contained in:
parent
91a16764e7
commit
a84faabdb0
|
|
@ -911,6 +911,7 @@ vvp_vector4_t vvp_wire_vec8::vec4_value() const
|
|||
}
|
||||
|
||||
vvp_wire_real::vvp_wire_real()
|
||||
: bit_(0.0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue