SAIFIINDUSTRIES's picture
Add Batch 5 with 10 repos
387c3d6 verified
|
Raw
History Blame
448 Bytes

S01E08: AXI 写操作实现

  1. 实现写Data通道保序特性;
  2. 支持写Burst特性;
  3. 支持写Outstanding特性;
  4. 支持写响应同ID保序;
  5. 不支持写Strb。

S01E08: AXI Write Operation Implementation

  1. Implements Write Data channel ordering guarantee;
  2. Supports Write Burst feature;
  3. Supports Write Outstanding transactions;
  4. Supports Same-ID ordering for write responses;
  5. Does not support Write Strb.