enjoy-digital / litex_soc_gen_test

Test of LiteX standalone SoC generator.
5 stars 1 forks source link

How to add Ethernet for the first core #1

Closed lapnd closed 2 years ago

lapnd commented 2 years ago

Hi, I'm trying to use this example with DE2-115 with the first core being Vexriscv, the second core can be Firev. I can see the LiteX bios running on both cores via UART. Can you give me a few hints on how to add ethernet to the first core so that I can boot Linux via TFPT (and then have ssh) on it? Thank you!

lapnd commented 2 years ago

Hi, I found this https://github.com/enjoy-digital/liteeth/blob/master/liteeth/gen.py#L233 An excellent reference to add Ethernet. Thank you for your work!