• AXI read reordering depth and read interleaving depth. Are they same?AXI
    Is interleave and reorder the same concept? My interpretation is a slave can reorder without interleaving, which means entire read burst are reordered with no interleaving. So my understanding is they...
  • AXI read reordering depth and read interleaving depth. Are they same?AXI
    Is interleave and reorder the same concept? My interpretation is a slave can reorder without interleaving, which means entire read burst are reordered with no interleaving. So my understanding is they...
  • uV4 Editor Colored Tabs... can they be turned off...?
    In prior versions of uVision, one could turn workbook mode on or off, but in uVision4 it looks like the workbook mode is called "Editor Tabs", and one can make them show up in color or monochrome. Can...
  • uV4 Editor Colored Tabs... can they be turned off...?
    In prior versions of uVision, one could turn workbook mode on or off, but in uVision4 it looks like the workbook mode is called "Editor Tabs", and one can make them show up in color or monochrome. Can...
  • Can secure states know that they are in secure state?
    I am developing OP-TEE in secure EL1. My architecture is AArch64, ARMv8 However, I want to prove to others that my code is running in secure EL1, rather than non-secure EL1. Am I able to do that? ...