README: add list of supported CPUs/Cores and add link to tutorials
This commit is contained in:
parent
6854c7f5fc
commit
06162b61cb
17
README
17
README
|
@ -36,6 +36,21 @@ Typical LiteX design flow:
|
||||||
file file
|
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
|
[> Sub-packages
|
||||||
---------------
|
---------------
|
||||||
gen:
|
gen:
|
||||||
|
@ -64,6 +79,8 @@ very easily!
|
||||||
|
|
||||||
Migen documentation can be found here: https://m-labs.hk/migen/manual
|
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
|
[> Medium Quick start guide with Conda
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue