vhdlpp: Elaborate all types of initializing expressions.
This commit is contained in:
parent
acce9fc2a0
commit
ef7ac5ed03
|
|
@ -50,10 +50,7 @@ void SigVarBase::elaborate_init_expr(Entity*ent, Architecture*arc)
|
|||
init_expr_ = bitstring;
|
||||
}
|
||||
else {
|
||||
ExpAggregate*aggr = dynamic_cast<ExpAggregate*>(init_expr_);
|
||||
if(aggr) {
|
||||
aggr->elaborate_expr(ent, arc, peek_type());
|
||||
}
|
||||
init_expr_->elaborate_expr(ent, arc, peek_type());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue