_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://libera.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 246 seconds]
Degi_ is now known as Degi
cr1901 has quit [Quit: Maintenance... be back when I wake up]
<shorne_> swetland: I find understanding qemu command line arguments more difficult then the actual code for developing new hardware in qemu
<geertu> shorne_: +1
lexano has joined #litex
linear_cannon has quit [Read error: Connection reset by peer]
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #litex
<jevinskie[m]> _florent_: I’m adding altera unique chip ID and ADC support to litex. Would you like me to put them in dna.py and xadc.py or create new platform generic adc.py and chipid.py?
<_florent_> jevinskie[m]: nice, you can use generic names yes. Later we could convert adc.py to a directory and move more ADC in it.
novenary has quit [Ping timeout: 260 seconds]
novenary has joined #litex
linear_cannon has joined #litex
<swetland> shorne_: absolutely. the C code is much more navigable
Hammdist has joined #litex
<Hammdist> I'm trying to generate the liteeth MAC for versa 5g in wishbone mode. https://paste.ee/p/1u6Cb. the generated module has only an output wire interrupt, not a complete wishbone attachment interface. did I miss an important step?
<Hammdist> well I tried with exactly this config: https://raw.githubusercontent.com/antonblanchard/microwatt/master/liteeth/gen-src/arty.yml and I get the same results (no wishbone on the module). might be some kind of regression?
zjason` has quit [Read error: Connection reset by peer]
zjason` has joined #litex
cr1901 has joined #litex
<Hammdist> 8733aecf89d56e1215dedd491bcd8fdea3fb21d9 is the first bad commit
<Hammdist> well if I git revert that commit relative to master it seems to work
<Hammdist> so where can I find a sample driver for the wishbone interface?
<Hammdist> found something that might be helpful for me though I'm not proficient in rust at all: https://docs.tockos.org/src/litex/liteeth.rs.html
<tpb> Title: liteeth.rs - source (at docs.tockos.org)