From 06162b61cb704176fea1837b804715fc7c603f48 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 9 May 2018 16:28:28 +0200 Subject: [PATCH] README: add list of supported CPUs/Cores and add link to tutorials --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README b/README index 1f8e4ca42..d3addc0de 100644 --- 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 -----------------------------------------