Get the initial value of a vec4 net correct.

This commit is contained in:
Stephen Williams 2009-09-10 18:51:19 -07:00
parent 14d8c6214f
commit 4522e88c27
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
}