<leons>
Awesome, thanks. There's still an issue with upstream picolibc which prevents compilation on my distribution but I'm going to open a PR with upstream for that
<_florent_>
ok, thanks. Please share the PR in case it can be useful to others
<_florent_>
It seems libliteeth compilation is also broken, I'm looking at this
FabM has quit [Ping timeout: 265 seconds]
<leons>
florent: submitted it upstream via mailing lists. My distro just doesn't have /bin/bash, so it's a simple patch to change it all to /usr/bin/env bash
<acathla>
I'd like to have a memory mapped on the wishbone bus and available to a my module. What's the best way to do that? I tried to instantiate a SRAM module from wishbone.py and add a second port but it seems it does not like it.
<acathla>
It seems to build now, that was bad copy/paste as usual...
<leons>
zyp: this is on a Mac I presume? although that error doesn't sound like it should have anything to do with that
<zyp>
yes
<acathla>
I'm not having luck either : Expression of unrecognized type: 'ClockSignal' , I didn't touch a thing about clocks...
<somlo>
managed to build a bitstream with picolibc-based bios for rocket, but not getting any terminal output (blinky lights are there, but nothing on the uart)
Guest64 has joined #litex
<somlo>
looks like the uart irq (if not irq support in general) has come "unglued"..
vomoniyi[m] has quit [Ping timeout: 250 seconds]
leons has quit [Ping timeout: 250 seconds]
promach[m] has quit [Ping timeout: 250 seconds]
hjimenez93[m] has quit [Ping timeout: 250 seconds]
CarlosEDP has quit [Ping timeout: 250 seconds]
amstan has quit [Ping timeout: 250 seconds]
<somlo>
_florent_: when you read this: in simulation, I get to the prompt, but can't type anything (uart irq isn't firing); on the fpga, I get no output from the uart at all (probably getting stuck somewhere before any output is generated, likely still due to irq issues)