Skip to content

Commit def272d

Browse files
aws-diamantAWSwinefred
authored andcommitted
Update AWS_Shell_Interface_Specification.md (#28)
1 parent 206b585 commit def272d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdk/docs/AWS_Shell_Interface_Specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ Each DRAM interface is accessed via an AXI-4 interface:
263263

264264
- AXI-4 (CL Master and DRAM controller is slave) – 512-bit AXI-4 interface to read/write DDR
265265

266-
There is a single status signal that the DRAM interface is trained and ready for access. The addressing uses ROW/COLUMN/BANK mapping of AXI address to DRAM Row/Col/BankGroup. The Read and Write channels are serviced with roundrobin priority (equal priority).
266+
There is a single status signal that the DRAM interface is trained and ready for access. The addressing uses ROW/COLUMN/BANK mapping of AXI address to DRAM Row/Col/BankGroup. The Read and Write channels are serviced with roundrobin arbitration (equal priority).
267267

268-
The DRAM interface uses Xilinx DDR-4 Interface controller. The AXI-4 interface adheres to the Xilinx specification. User bits are added to the read data channel to signal ECC errors with the read data.
268+
The DRAM interface uses Xilinx DDR-4 Interface controller. The AXI-4 interface adheres to the Xilinx specification. User bits are added to the read data channel to signal ECC errors with the read data.
269269

270270
**NOTE:** even if no DDR4 controllers are desired in the CL, the `sh_ddr.sv` block must be instantiated in the CL (parameters are used to remove DDR controllers). If the `sh_ddr.sv` module is not instantiated the design will have build errors.
271271

0 commit comments

Comments
 (0)