ElfenKaiser has quit [Quit: Konversation terminated!]
lexano has quit [Ping timeout: 256 seconds]
lexano has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 246 seconds]
Degi_ is now known as Degi
yifei has joined #litex
<yifei>
I have a board using the same FPGA core (ZYNQ 7020) as digilent_zybo_z7, how much work would be required to get litex running on it? My goal is to run rocketchip cores on it.
<trabucayre>
yifei: not sure rocket will fit on on 7020. has your board is equiped with RAM on PL side?
<trabucayre>
sorry: you needs RAM only to use linux
ElfenKaiser has joined #litex
<yifei>
trabucayre: no, the ram is only on the PS side unfortunately, does that mean I cannot run Linux?
<yifei>
Is there any possibility to passthrough ram from PS to PL?
<tnt>
Sort of ... not pass through, but you can access it through the HP ports. But it's not something that exists in litex, so you'll have to write all support for that.
<tnt>
Also expect it to be fairly slow because of the latency involved.
<yifei>
tnt: Thanks! I can see some people got riscv core running Linux on the zedboard using the HP ports, the same thing can probably be done for my board, but I'm not sure if rocketchip is an option...
<trabucayre>
yifei: tnt yes a PR/issue are open to this topic
<yifei>
trabucayre: could you give me a pointer to that issue/PR?