ivl: Support for unpacked arrays of structures.

This commit is contained in:
Maciej Suminski 2014-12-15 11:10:15 +01:00
parent 961d6a8f3b
commit e8096eda80
1 changed files with 1 additions and 1 deletions

View File

@ -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<enum_type_t*>(set_data_type_)) {
list<named_pexpr_t>::const_iterator sample_name = enum_type->names->begin();