Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThis behavior is expected, there is no packing logic built into the fabric. The reason why you see it for reads is that it is just as easy to perform a wide read than two narrow ones, but this is not the case for writes.
If you need high bandwidth I would either increase the master width or use a half-rate bridge (which does the packing that you are looking for).