<shaynal>
Hi, does liteeth 1G rgmii have support for Altera/Intel? I didn't see any examples in liteeth nor Altera/Intel boards in litex-boards.
<_florent_>
AndrewD: Ok, if that's related to the wishbone, it should not be too complicated to debug. It would also be that LiteX use word addressing on the wishbone bus and the core is expecting byte addressing and address would need to be shifted.
<_florent_>
AndrewD: this is something we should change in LiteX (or at least provide an option to use bytes addressing)
<_florent_>
AndrewD: if this is your issue, it will be another good reason to do it :)
<_florent_>
AndrewD: I'll try to look at the code you shared
<_florent_>
Hi @shaynal, I'm indeed not sure LiteEth has a RGMII PHY on Altera/Intel devices, but the approach should be really similar to the one used on Xilinx/Lattice devices
<_florent_>
Happy to guide you or provide the skeleton/tell you how to simply verify it's working.
<_florent_>
I can also look to see if I have an Altera/Intel board with 1Gbps RGMII and could do some tests
geertu_ is now known as geertu
jeffdi1 has quit [Quit: Leaving.]
jeffdi has joined #litex
jeffdi has quit [Quit: Leaving.]
ilia__s has quit [Quit: Ping timeout (120 seconds)]
<ejcspii>
Hello, total noob here. I'm trying to add a custom, simple wishbone slave peripheral (Verilog) on the Arty A7, using VexRiscV, but the SoC BIOS does not start up when my module is instantiated. The corresponding Verilog code is "wrapped" in a module(Module, AutoCSR), in which I create a wishbone.Interface(data_width=32, adr_width=32) and map the
<ejcspii>
wishbone pins in module.specials. This seems to work technically, at least Vivado does not complain. However, I'm unsure how do I correctly instantiate this module in the platform code, how does it play with the memory map, CSR, etc. Are there examples how to do that? Thanks!
Martoni42 has quit [Ping timeout: 250 seconds]
ejcspii has quit [Quit: Client closed]
<_florent_>
jevinskie[m]: nice, would you like to contribute it?
<_florent_>
jevinskie[m]: hmm, <jevinsweval@gmail.com>, strange I don't remember creating this email address :)
lambda has quit [Quit: WeeChat 3.2]
<_florent_>
ejcspii: Could you eventually share a minimal example of your issue?
lambda has joined #litex
<jevinskie[m]>
Yeah I’ll try and get my various changes extricated from each other and submit PRs :)