<shenchen>
i'm working on a small vexriscv+eth+sdram system with litex_sim, using stock bios and tftp booting. the demo app boots up fine, small changes to demo works too.
<shenchen>
however, the instance i added eth_init() to the demo app's main(), it no longer boots.
<shenchen>
what's baffling to me is that if i copy the code of eth_init() to my_eth_init() in main.c, it boots. objdump tells me that my_eth_init() and eth_init() are exactly the same in assembly code.
<shenchen>
i'm wondering if there is some compile/link options i need to extend the demo app, that i overlooked?
<shenchen>
TIA
nickoe has quit [Quit: Client closed]
nickoe has joined #litex
nickoe3 has quit [Quit: Client closed]
nickoe3 has joined #litex
shenchen_ has joined #litex
shenchen has quit [Ping timeout: 252 seconds]
nickoe has quit [Quit: Client closed]
nickoe has joined #litex
indy has quit [Ping timeout: 260 seconds]
indy has joined #litex
nickoe3 has quit [Quit: Client closed]
nickoe3 has joined #litex
nickoe has quit [Quit: Client closed]
nickoe has joined #litex
Brinx has joined #litex
Brinx has quit [Ping timeout: 265 seconds]
shenchen has joined #litex
shenchen_ has quit [Ping timeout: 268 seconds]
Brinx has joined #litex
nickoe3 has quit [Quit: Client closed]
nickoe3 has joined #litex
nickoe has quit [Quit: Client closed]
nickoe has joined #litex
shenchen_ has joined #litex
shenchen has quit [Ping timeout: 265 seconds]
shenchen_ has quit [Read error: Connection reset by peer]
shenchen has joined #litex
Guest68 has joined #litex
Guest68 has quit [Client Quit]
Hans has joined #litex
Hans is now known as HansM
<HansM>
Hi, I'm am curently playing with the PCIe stuff (Xilinx VC707). I want to read/write data from the host into the DRAM. I have followed the advice in [1] to add a host AXI MMAP component and an SoC region (to be mapped into the host), but I have no clue how the host part should look like.