_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
futarisIRCcloud has joined #litex
furan has quit [Ping timeout: 246 seconds]
furan has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 255 seconds]
Degi_ is now known as Degi
furan_ has joined #litex
furan has quit [Ping timeout: 272 seconds]
furan has joined #litex
furan_ has quit [Ping timeout: 272 seconds]
<jevinskie[m]> Cool, I used rpyc to get fairly transparent RPC between the litex builder/sim runner and a cocotb Icarus simulation. You can do `srv.soc.mysubmod.mysig` in the cocotb TB and use the name_override to get the corresponding signal in cocotb. :) beats manual signal maps
<jevinskie[m]> Looks like this, apologies for the hacky code :) https://gist.github.com/jevinskie/510e8372f3a77fc984dde298e8f4a178
sorear has quit []
sorear has joined #litex
yorick has quit [*.net *.split]
yorick has joined #litex
q3k has quit [*.net *.split]
alanvgreen has quit [*.net *.split]
q3k has joined #litex
alanvgreen has joined #litex
gruetzkopf has quit [*.net *.split]
mithro has quit [*.net *.split]
key2 has quit [*.net *.split]
tcal has quit [*.net *.split]
lambda has quit [*.net *.split]
zyp has quit [*.net *.split]
zyp_ has joined #litex
tcal_ has joined #litex
lambda has joined #litex
key2 has joined #litex
mithro_ has joined #litex
FabM has joined #litex
FabM has quit [Changing host]
FabM has joined #litex
gruetzkopf has joined #litex
Xesxen has quit [*.net *.split]
guan has quit [*.net *.split]
vup has quit [*.net *.split]
_florent_ has quit [*.net *.split]
felix_ has quit [*.net *.split]
tucanae47 has quit [*.net *.split]
tucanae47_ has joined #litex
felix_ has joined #litex
vup has joined #litex
Xesxen has joined #litex
_florent_ has joined #litex
guan has joined #litex
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
zyp_ is now known as zyp
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex
q3k has quit [Changing host]
q3k has joined #litex
aquijoule__ has quit [Ping timeout: 252 seconds]
richbridger has joined #litex
aquijoule_ has joined #litex
richbridger has quit [Read error: Connection reset by peer]
likewise has joined #litex
likewise has quit [Remote host closed the connection]
likewise has joined #litex
pftbest_ has joined #litex
Emantor_ has joined #litex
Emantor has quit [Ping timeout: 265 seconds]
Emantor_ is now known as Emantor
pftbest has quit [Ping timeout: 255 seconds]
chiefwigms has joined #litex
<chiefwigms> hey _florent_ you get a chance to look at the ku+ eth? i messed around with different clocks and varied a few parameters but still nothing
C-Man has joined #litex
aquijoule_ has quit [Quit: Leaving]
mithro_ is now known as mithro
Coldberg has joined #litex
C-Man has quit [Ping timeout: 255 seconds]
FabM has quit [Remote host closed the connection]
Martoni42 has joined #litex
Xesxen has joined #litex
Xesxen has quit [Changing host]
<somlo> re. "compare" of branches vs. master in github, one now has to follow the "XYZ branches" link and select "compare" from there. Oh well, the only sure thing is they'll re-"design" the u/i again soon, and it'll be somewhere else next time I need it :P
Guest20 has joined #litex
<_florent_> chiefwigms: Hi, sorry I have limited time to look at this currently, have you checked the clock frequencies/transceiver initialization?
Guest20 has quit [Client Quit]
blackpepper has joined #litex
<chiefwigms> i just checked the parameters / inputs with what i generated
<chiefwigms> not sure how to check transciever init
<blackpepper> Question -- I'm trying to follow https://github.com/litex-hub/linux-on-litex-vexriscv on Centos 8. There are several packages are missing at Centos -- build-essential device-tree-compiler libevent-dev libjson-c-dev. What are the equivalent package names on Centos? Thanks!
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
Martoni42 has quit [Ping timeout: 255 seconds]
<somlo> blackpepper: on Fedora, there's `dtc`, `libevent-devel`, and `json-c-devel`; might have similar names on centos, which is somewhat related
<somlo> also on Fedora, `dnf search <keyword>` often helps figure out what the actual package name is, maybe that also works on Centos?
<blackpepper> somlo, yes, I had tried dnf search that had hit libevent-devel and json-c-devel. I was wondering if they are the equivalent of -dev packages. Thanks for confirming it. I didn't know about dtc know. Thanks for letting me know. I haven't found the equivalent of build-essential yet though.
<blackpepper> Googled some info about build-essential at https://unix.stackexchange.com/questions/16422/cant-install-build-essential-on-centos. I will give it a try.
<tpb> Title: software installation - Can't Install build-essential on CentOS - Unix & Linux Stack Exchange (at unix.stackexchange.com)
<somlo> no idea what build-essential really is, but if I had to guess it's some sort of meta-package that depends on a bunch of development tools, like gcc, make, etc
<somlo> so some combination of @development-tools, @development-libs, and/or @c-development maybe ?
chiefwigms has quit [Quit: Client closed]
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
chiefwigms has joined #litex
<blackpepper> Thanks somlo! Since you mentioned Fedora, have you successfully installed litex and run the tool chain on Fedora? I'm wondering if it will be easier for me to switch to Fedora other than trouble shooting through Centos. Thanks!
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
<somlo> blackpepper: I use Fedora to build https://github.com/litex-hub/linux-on-litex-rocket (so I'm assuming, maybe a bit optimistically, that all that tooling would also work with linux-on-litex-vexriscv)
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
Martoni42 has joined #litex
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
likewise has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
Martoni42 has quit [Ping timeout: 276 seconds]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
pftbest_ has quit [Remote host closed the connection]
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
pftbest has joined #litex
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
pftbest has quit [Ping timeout: 256 seconds]
tumbleweed_ is now known as tumbleweed
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
pftbest has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
shenki has quit [Ping timeout: 240 seconds]
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex
blackpepper has quit [Remote host closed the connection]
blackpepper has joined #litex