Get the initial value of a vec4 net correct.
This commit is contained in:
parent
14d8c6214f
commit
4522e88c27
|
|
@ -608,7 +608,7 @@ vvp_wire_base::~vvp_wire_base()
|
|||
}
|
||||
|
||||
vvp_wire_vec4::vvp_wire_vec4(unsigned wid, vvp_bit4_t init)
|
||||
: width_(wid)
|
||||
: width_(wid), bits4_(wid, init)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue