setup.py: Removed deps as per bug #1086#c7.
[gram.git] / doc / documentation.md
1 # DDR3-related documentation
2
3 ## Controllers
4
5 * [Lecture 21: Main Memory and the DRAM System - Carnegie Mellon - Comp. Arch. 2015 - Onur Mutlu](https://www.youtube.com/watch?v=IUk9o9wvX1Y)
6
7 ## Memory chips
8
9 * [A datasheet from Micron](https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/1gb_ddr3_sdram.pdf)
10 * [Samsung DDR3 SDRAM Specification: Device Operation & Timing Diagram](https://www.samsung.com/semiconductor/global.semi/file/resource/2017/11/ddr3_device_operation_timing_diagram_rev14-2.pdf)
11
12 ## Other open source memory controllers
13
14 * [Enjoy-Digital LiteDRAM](https://github.com/enjoy-digital/litedram)
15 * [UltraEmbedded core_ddr3_controller](https://github.com/ultraembedded/core_ddr3_controller)