This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LDP/STP burst transaction question in ARMv8

hi, experts:

在ARMv8中:使用LDP/STP,取代了LDM/STM

在ARMv8中:可以使用 LDP / STP to produce some continual burst memory transactions.

CA57的DCache line = 64bytes(512bit)

因此,如果我确保访问的目的地址,是64bytes对齐的,那么就会产生burst memory transactions,对吗?

best wishes,

Parents
  • Hi,

    Load/Store 能否产生burst传输,是由memory属性决定的,如果LDP取normal cacheable的memory,那么在总线上会对应一次或2次burst传输(2次意味着地址夸64B边界)。

    你不需要确保目的地址是64B对齐的就应该产生burst了。

Reply
  • Hi,

    Load/Store 能否产生burst传输,是由memory属性决定的,如果LDP取normal cacheable的memory,那么在总线上会对应一次或2次burst传输(2次意味着地址夸64B边界)。

    你不需要确保目的地址是64B对齐的就应该产生burst了。

Children