Forum Discussion
Agilex 7 HBM2E burst length
- 3 months ago
Hi FBuss2 ,
HBM2E operates with fixed internal burst lengths (BL4/BL8).
In BL8 mode, each internal column access returns a full BL8 worth of data.
A 1‑beat AXI write on a narrow port often forces read‑modify‑write internally; a 1‑beat read fetches a full internal BL8 but delivers only one byte on AXI.
This is highly inefficient and can degrade throughput and increase power.
Regards,
Adzim
Thanks for the information. If you say "can still run" what does this mean, why do you recommend then to use a burst length 2, if it works? Are there any disadvantages, undefined behavior or anything else if I use burst length 1?
Hi FBuss2 ,
HBM2E operates with fixed internal burst lengths (BL4/BL8).
In BL8 mode, each internal column access returns a full BL8 worth of data.
A 1‑beat AXI write on a narrow port often forces read‑modify‑write internally; a 1‑beat read fetches a full internal BL8 but delivers only one byte on AXI.
This is highly inefficient and can degrade throughput and increase power.
Regards,
Adzim
- FBuss23 months ago
New Contributor
Thanks, this makes sense then to recommend it.