<MoeIcenowy>
strange... got initial LiteX working on Sipeed Tang Nano 20K
<MoeIcenowy>
when using SDCard, block 0 could be correctly read, but when reading block 1 it hangs
<_florent_>
MoeIcenowy: It could hang if the DMA is not able to complete (accessing a wrong location) or if the CPU crash. Maybe try to increase SRAM (if enough BRAM for it).
<_florent_>
ipredictaroomba: 100Mbps = 25MHz * 4-bit, since the datapath is converted to 32-bit for the wishbone interface, it should be 25/(32/4)=3.125MHz
geertu has quit [Ping timeout: 255 seconds]
<zyp>
RMII is 50MHz * 2-bit
<_florent_>
zyp: thanks yes, my bad, min sys_clk_freq will be similar
geertu has joined #litex
geertu has quit [Ping timeout: 276 seconds]
ipredictaroomba has quit [Remote host closed the connection]
ipredictaroomba has joined #litex
genpaku has quit [Read error: Connection reset by peer]
genpaku has joined #litex
GNUmoon2 has quit [Ping timeout: 255 seconds]
GNUmoon2 has joined #litex
feldim2425_ has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
feldim2425 has joined #litex
so-offish has joined #litex
geertu has joined #litex
FabM has quit [Ping timeout: 264 seconds]
zjason` has quit [Read error: Connection reset by peer]
zjason` has joined #litex
<ipredictaroomba>
For an RMII board can I just use the ref clock as the system clock on a udp module?
GNUmoon2 has quit [Remote host closed the connection]
GNUmoon2 has joined #litex
<somlo>
looks like I'll have to rework the rocket variants
<somlo>
with properly configured H extensions, a 4-core design no longer fits on the nexys video (requires 141518 of 133800 LUTs);
<somlo>
similarly, an H-enabled "full" single-core wants 106% TRELLIS_COMB on ecp5
<somlo>
so it seems we need a "fpu" variant (what "full" *used* to be before adding H to it), in order to still be able to run a distro like Fedora on ecp5
<somlo>
I'll make a 2-core "full" (h-enabled) variant for the nexys-video, that should fit
<somlo>
I hate how variants are "mushrooming", and I'm torn between just going for it and spending some time trying to demand-build rocket verilog driven by the litex build command line
<somlo>
although adding a dependency on chisel, the "mill" scala build system, etc, etc. also seems like a loathsome option :(
<somlo>
maybe I'll sleep on it...
<somlo>
I'm also thinking of getting rid of the "linux" (no-FPU) variant
<somlo>
anyone who wants a light-weight riscv option already uses 32-bit vexriscv, so not sure fpu-less linux-capable rocket is worth keeping around