Closed shingarov closed 2 years ago
This was probably broken by 8733aecf89d56e1215dedd491bcd8fdea3fb21d9, or a later change in litex itself.
Thanks, this is fixed with https://github.com/enjoy-digital/liteeth/commit/f192183255adb527614770394fa863af98f28543.
I must be missing something truly elementary. When I run
gen.py
with something like the following yml:the module in the generated liteeth_core.v only has the MII wires:
How can it work? Have I missed something that is required for the wishbone wires to be there? Or is there some magic that I am missing allowing LiteEth to communicate on the wishbone without having
wishbone_adr
etc in the module's interface?