From: Florent Kermarrec Date: Wed, 9 May 2018 14:28:28 +0000 (+0200) Subject: README: add list of supported CPUs/Cores and add link to tutorials X-Git-Tag: 24jan2021_ls180~1707 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06162b61cb704176fea1837b804715fc7c603f48;p=litex.git README: add list of supported CPUs/Cores and add link to tutorials --- diff --git a/README b/README index 1f8e4ca4..d3addc0d 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 -----------------------------------------