_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://freenode.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
lkcl has quit [Ping timeout: 256 seconds]
lf has quit [Ping timeout: 260 seconds]
lf has joined #litex
lkcl has joined #litex
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
martinraison has joined #litex
TMM has joined #litex
martinraison has quit [Ping timeout: 264 seconds]
chgavilana has quit [Ping timeout: 248 seconds]
nash128 has joined #litex
nash128 has quit [Client Quit]
CarlFK has quit [Ping timeout: 240 seconds]
martinraison has joined #litex
martinraison has quit [Ping timeout: 256 seconds]
Degi_ has joined #litex
Degi has quit [Ping timeout: 256 seconds]
Degi_ is now known as Degi
Bertl_oO is now known as Bertl_zZ
hansfbaier has quit [Quit: WeeChat 2.8]
andrewb1999 has quit [Ping timeout: 240 seconds]
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 260 seconds]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
hansfbaier has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
feldim2425 has quit [Ping timeout: 264 seconds]
feldim2425 has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
hansfbaier1 has joined #litex
martinraison has quit [Remote host closed the connection]
hansfbaier has quit [Ping timeout: 272 seconds]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
<_florent_> somlo: good news, we are now able to use your litex-hub/linux/litex-rebase branch with Linux-on-LiteX-VexRiscv, see: https://github.com/litex-hub/linux-on-litex-vexriscv/issues/176
hansfbaier1 has quit [Read error: Connection reset by peer]
martinraison has quit [Remote host closed the connection]
<somlo> _florent_: nice!
Bertl_zZ is now known as Bertl
martinraison has joined #litex
kgugala_ has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
martinraison has quit [Remote host closed the connection]
futarisIRCcloud has joined #litex
martinraison has joined #litex
<somlo> _florent_: trying to understand what appears to be a "quirk" of the antmicro litesdcard linux driver: https://github.com/litex-hub/linux/blob/litex-rebase/drivers/mmc/host/litex_mmc.c#L246
<somlo> here's my theory, please confirm or set me straight: by default, the microSD card assumes/expects bus width 1
<somlo> but the litesdcard driver doesn't actually support that default option, and only works with bus width 4, at all times
<somlo> (which might be a deviation from the "standard", but whatever :)
<somlo> so, instead of waiting for the linux mmc subsystem to do a bunch of data transfers using default width 1, *then* setting width to 4 at some convenient later point, the litesdcard linux driver MUST inject an ACMD6 to set bus width before the very first data transfer, or else things won't work
<somlo> if that's the case, I'll update the comments around that work to make it clear what's going on :)
<somlo> but if I'm wrong about my assumptions above, please kick me :)
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
logan12 has joined #litex
logan12 has quit [Client Quit]
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
keesj has quit [Ping timeout: 264 seconds]
<cr1901_modern> _florent_: Since lxterm doesn't work any more on Mac OS or Windows, is there any possibility we could revert to the old single-process version or provide the single-process version as a workaround for now? https://github.com/enjoy-digital/litex/issues/743#issuecomment-755902333
<cr1901_modern> If not, I'm in the process of adding SFL support to an alternate serial terminal impl
andrewb1999 has joined #litex
martinraison has quit [Remote host closed the connection]
andrewb1999 has quit [Ping timeout: 272 seconds]
andrewb1999 has joined #litex
<st-gourichon-fid> Hi! I reinstalled tools and observed allocation failures on ICE40. Very few ICESTORM_RAM used, but extremely high usage of ICESTORM_LC, up to 1383%. Reverting yosys from "Yosys 0.9+3830 (git sha1 b72c2946, clang 10.0.0-4ubuntu1 -fPIC -Os)" to "Yosys 0.9+2406 (git sha1 aafaeb66, clang 10.0.0-4ubuntu1 -fPIC -Os)" fixed the issue.
<st-gourichon-fid> Open to any advice.
<zyp> cr1901_modern, I'm also curious what the reasoning for switching from threading to multiprocessing is, looks like just a random change tacked onto another feature: https://github.com/enjoy-digital/litex/commit/feeb2f7
<zyp> I don't see multiprocessing giving an obvious benefit to anything in this situation, but the disadvantage is obvious
<zyp> I should probably make that comment on the issue rather than on irc :)
<_florent_> cr1901_modern, zyp: thanks for the feedback, I'll look at that. In fact we should probably switch to asyncio
<zyp> true, asyncio would probably be a better approach, but more work :)
<_florent_> cr1901_modern: I just reverted LiteXTerm to use threading with https://github.com/enjoy-digital/litex/commit/460fada3acbc6626f15388e4259bec0058b4a2d6
Bertl is now known as Bertl_oO
martinraison has joined #litex
martinra_ has joined #litex
<cr1901_modern> _florent_: Tyvm. A few lxterm changes incoming on my end
martinraison has quit [Ping timeout: 240 seconds]
martinraison has joined #litex
martinra_ has quit [Ping timeout: 256 seconds]
martinraison has quit [Remote host closed the connection]
<cr1901_modern> Is the donut demo known to crash or otherwise produce some characters that aren't actually part of the donut?
<cr1901_modern> Hmm, I guess the donut demo's speed sensitive
kiwi_55 has joined #litex
kiwi_55 has quit [Client Quit]