mirror of
https://github.com/supleed2/EIE4-FYP.git
synced 2024-11-10 04:15:49 +00:00
Add more useful links to readme backup
This commit is contained in:
parent
2e83f912d1
commit
b90a0efadc
|
@ -2,14 +2,16 @@
|
||||||
|
|
||||||
## Project Notes
|
## Project Notes
|
||||||
|
|
||||||
|
### Useful links
|
||||||
|
|
||||||
- [Guide on adding a new core (incomplete)](https://github.com/enjoy-digital/litex/wiki/Add-A-New-Core)
|
- [Guide on adding a new core (incomplete)](https://github.com/enjoy-digital/litex/wiki/Add-A-New-Core)
|
||||||
- [Using LiteEth on ECP5](https://github.com/enjoy-digital/liteeth/issues/66)
|
- [Using LiteEth on ECP5](https://github.com/enjoy-digital/liteeth/issues/66)
|
||||||
- [Adding HW modules](https://github.com/enjoy-digital/litex/issues/746), lots more info in issue
|
- [Adding HW modules](https://github.com/enjoy-digital/litex/issues/746), lots more info in issue
|
||||||
- Possible useful info in [soc.py](litex/litex/soc/integration/soc.py), Lines 1311 - 2106
|
- Possible useful info in [soc.py](litex/litex/soc/integration/soc.py), Lines 1311 - 2106
|
||||||
- Also [generic_platform.py](litex/litex/build/generic_platform.py), Lines 324 - 522
|
- Also [generic_platform.py](litex/litex/build/generic_platform.py), Lines 324 - 522
|
||||||
|
- [Migen Guide](https://m-labs.hk/migen/manual/fhdl.html)
|
||||||
### Useful links
|
- [LiteX SPI Core](https://github.com/litex-hub/litespi)
|
||||||
|
- [FoMu Example of using external Verilog](https://github.com/im-tomu/foboot/blob/c7ee25b3d10dba0c1df67e793c4e2585577e7a39/hw/foboot-bitstream.py#L507-L537)
|
||||||
- [Migen (base for litex) GitHub Repository](https://github.com/m-labs/migen)
|
- [Migen (base for litex) GitHub Repository](https://github.com/m-labs/migen)
|
||||||
- [Litex Wiki: reusing SV or other cores](https://github.com/enjoy-digital/litex/wiki/Reuse-a-(System)Verilog,-VHDL,-(n)Migen,-Spinal-HDL,-Chisel-core)
|
- [Litex Wiki: reusing SV or other cores](https://github.com/enjoy-digital/litex/wiki/Reuse-a-(System)Verilog,-VHDL,-(n)Migen,-Spinal-HDL,-Chisel-core)
|
||||||
- [Litex for Hardware Engineers](https://github.com/enjoy-digital/litex/wiki/LiteX-for-Hardware-Engineers)
|
- [Litex for Hardware Engineers](https://github.com/enjoy-digital/litex/wiki/LiteX-for-Hardware-Engineers)
|
||||||
|
|
Loading…
Reference in a new issue