diff --git a/docs/source/images/sodimm-ddr5-tester.png b/docs/source/images/sodimm-ddr5-tester.png new file mode 100644 index 00000000..db03592d Binary files /dev/null and b/docs/source/images/sodimm-ddr5-tester.png differ diff --git a/docs/source/index.md b/docs/source/index.md index fe175518..8d5ec497 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -19,6 +19,7 @@ lpddr4_tb.md ddr4_datacenter_dram_tester.md ddr5_tester.md ddr5_test_board.md +sodimm_ddr5_tester.md ``` ```{toctree} diff --git a/docs/source/sodimm_ddr5_tester.md b/docs/source/sodimm_ddr5_tester.md new file mode 100644 index 00000000..370b3e66 --- /dev/null +++ b/docs/source/sodimm_ddr5_tester.md @@ -0,0 +1,31 @@ +# SO-DIMM DDR5 Tester + +```{image} images/sodimm-ddr5-tester.png +``` + +The SO-DIMM DDR5 tester is an open source hardware test platform that enables testing and experimenting with various DDR5 SO-DIMM modules and Antmicro LPDDR5 testbed. + +The hardware is open and can be found on GitHub: + + +The following instructions explain how to set up the board. + +```{warning} +There is a `SW1` `MODE` selector on the right close to FPGA. +The default configuration mode is set to ```JTAG```. If the bitstream needs to be loaded from the Flash memory, select ```Master SPI``` mode. + +| Configuration mode | MODE[2] | MODE[1] | MODE[0] | +|--------------------|---------|---------|---------| +| Master Serial | 0 | 0 | 0 | +| Master SPI | 0 | 0 | 1 | +| Master BPI | 0 | 1 | 0 | +| Master SelectMAP | 1 | 0 | 0 | +| JTAG | 1 | 0 | 1 | +| Slave SelectMAP | 1 | 1 | 0 | +| Slave Serial | 1 | 1 | 1 | + +Bitstream will be loaded from flash memory upon device power-on or after a PROG button press. +``` + + +