• Cortex-A7 burst transaction question
    hi, experts: 我想在CA7 平台上,使用 LDMIA / STMID to produce some continual burst memory transactions. CA7的DCache line = 64bytes(512bit) 因此,如果我确保访问的目的地址,是64bytes对齐的,那么就会产生burst memory transactions,对吗? 比如: LDMIA...
  • Cortex-A7 burst transaction question
    hi, experts: 我想在CA7 平台上,使用 LDMIA / STMID to produce some continual burst memory transactions. CA7的DCache line = 64bytes(512bit) 因此,如果我确保访问的目的地址,是64bytes对齐的,那么就会产生burst memory transactions,对吗? 比如: LDMIA...
  • question about burst cross 4KB boundary
    AXI Spec指出:Burst can not cross 4KB boundary. 请问一下: 如果burst transaction指定的地址越过4KB bounday,会有exception发生吗? best wishes,
  • question about burst cross 4KB boundary
    AXI Spec指出:Burst can not cross 4KB boundary. 请问一下: 如果burst transaction指定的地址越过4KB bounday,会有exception发生吗? best wishes,
  • 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...