Forum Discussion

SStär's avatar
SStär
Icon for New Contributor rankNew Contributor
5 years ago

VHDL-2008: When defining an entity I want to use unconstrained types as ports. Do I have to give the dimensions of these ports as generics or can I define the entity fully unconstrained?

According to VHDL-2008, unconstrained types are allowed, but signals must be constrained when they are declared. That leaves the above question open: One can imagine the following: entity unconstra...