diff --git a/elab_sig.cc b/elab_sig.cc index 46ba52071..01871f622 100644 --- a/elab_sig.cc +++ b/elab_sig.cc @@ -1194,7 +1194,7 @@ NetNet* PWire::elaborate_sig(Design*des, NetScope*scope) const cerr << " in scope " << scope_path(scope) << endl; } - sig = new NetNet(scope, name_, wtype, use_type); + sig = new NetNet(scope, name_, wtype, unpacked_dimensions, use_type); } else if (enum_type_t*enum_type = dynamic_cast(set_data_type_)) { list::const_iterator sample_name = enum_type->names->begin();