add sdram
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 21 Mar 2018 16:58:22 +0000 (16:58 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 21 Mar 2018 16:58:22 +0000 (16:58 +0000)
shakti/m_class.mdwn
shakti/m_class/sdram.mdwn [new file with mode: 0644]

index 59bca05059c3c8dd6131145555cb63da3e34f83d..554c6970736f20ec87a09f242423f7b07f4ab807 100644 (file)
@@ -224,8 +224,8 @@ Some interfaces at:
 * <https://github.com/sifive/freedom/blob/master/src/main/scala/everywhere/e300artydevkit/Platform.scala>
   Pinmux ("IOF") for multiplexing several I/O functions onto a single pin
 * <https://bitbucket.org/casl/c-class/src/0e77398a030bfd705930d0f1b8b9b5050d76e265/src/peripherals/?at=master>
-  including AXI, DMA, GPIO, I2C, JTAG, PLIC, QSPI, SDRAM, UART (and TCM?).  FlexBus, HyperBus and xSPI to
-  be added.
+  including AXI, DMA, GPIO, I2C, JTAG, PLIC, QSPI, SDRAM, UART (and TCM?).
+  FlexBus, HyperBus and xSPI to be added.
 
 List of Interfaces:
 
@@ -240,6 +240,7 @@ List of Interfaces:
 * SD/MMC and eMMC [[sdmmc]]
 * Pin Multiplexing [[pinmux]]
 * Gigabit Ethernet [[RGMII]]
+* SDRAM [[sdram]]
 
 List of Internal Interfaces:
 
diff --git a/shakti/m_class/sdram.mdwn b/shakti/m_class/sdram.mdwn
new file mode 100644 (file)
index 0000000..c81d1fd
--- /dev/null
@@ -0,0 +1,3 @@
+# SDRAM
+
+* <https://bitbucket.org/casl/c-class/src/3fba75dfbd0c64815eb8ec6dc965666812c44bae/src/peripherals/sdram/?at=master>