Martin Troiber
Martin Troiber
Hi Olof, Thanks for creating serv. It's the smallest RISC-V CPU I could find so far. Small enough that it almost fits on the Speed Tang Nano. (It's just off...
When trying to boot Rocketchip from the sdcard on the stlv-7325 board I get stuck on lift-off. Using Vexriscv and the stlv-7325 board I can get sdcardboot to work at...
I just tried if I can reproduce https://github.com/enjoy-digital/litex/pull/1259 on BlackParrot. Unfortunately using BlackParrot and the Arty board the `demo.bin` gets stuck on lift-off even if `-flto is removed`. Here are...
For https://github.com/enjoy-digital/litex/pull/1259 I just tried running `lxsim --cpu-type blackparrot --cpu-variant standard --with-sdram --sdram-init demo.bin`. Unfortunately it seems like the boot ram offset is now fixed to `0x40000000` used by most...
Some FPGAs feature internal temperature sensors. It would be great to integrate these in LiteX and access them in Linux to read out the current operating temperature of the chip.
Recently I was thinking about what makes me feel so much "slower" when doing FPGA development + OS development compared to application development. Therefore I would like to compile a...
What's your current approach to testing? i.e.: - Which kind of tests are performing/planning to add in the future? - Which parts do you skip because they are covered by...
**Describe the bug** The slider values get out of sync when the layout changes or sometimes even on load. After resizing the window everything works as expected **To Reproduce** Either...
After managing to rebuild the BNN images for the Pynq Z2 boards I'm having issues with deploying them. Unfortunatelfy the `pip3 install git+https://github.com/Xilinx/finn-examples.git@dev -v` command fails with the following error:...
Addresses https://github.com/ucb-bar/berkeley-softfloat-3/issues/24 It adds the following modifications of softfloat version 3d from Spike: - Additional support for fp16 and bf16 conversions - Support for fmax/fmin, reciprocal, rsqrt As far as...