README: add list of supported CPUs/Cores and add link to tutorials
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 9 May 2018 14:28:28 +0000 (16:28 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 9 May 2018 14:28:28 +0000 (16:28 +0200)
README

diff --git a/README b/README
index 1f8e4ca42e3733f5c439c543844fc3348c52d8dc..d3addc0de63ed2fdcc73570b7ea43837ba3eac1d 100644 (file)
--- a/README
+++ b/README
@@ -36,6 +36,21 @@ Typical LiteX design flow:
                            file    file
 
 
+LiteX already supports various softcores CPUs: LM32, Mor1kx, PicoRV32, VexRiscv
+and is compatible with the LiteX's Cores Ecosystem:
+
+- LiteDRAM: https://github.com/enjoy-digital/litedram
+- LiteEth: https://github.com/enjoy-digital/liteeth
+- LitePCIe: https://github.com/enjoy-digital/litepcie
+- LiteSATA: https://github.com/enjoy-digital/litesata
+- LiteUSB: https://github.com/enjoy-digital/litesata
+- LiteSDCard: https://github.com/enjoy-digital/litesdcard
+- LiteICLink: https://github.com/enjoy-digital/liteiclink
+- LiteJESD204B: https://github.com/enjoy-digital/litejesd204b
+- LiteVideo: https://github.com/enjoy-digital/litevideo
+- LiteScope: https://github.com/enjoy-digital/litescope
+
+
 [> Sub-packages
 ---------------
 gen:
@@ -64,6 +79,8 @@ very easily!
 
 Migen documentation can be found here: https://m-labs.hk/migen/manual
 
+FPGA lessons/tutorials can be found at: https://github.com/enjoy-digital/fpga_101
+
 [> Medium Quick start guide with Conda
 -----------------------------------------