-
Do you plan to support other FPGA boards in addition to the current Genesys 2?
-
I want to use this project as a basis for running an application with Linux dependencies on Rocket.
First I tried getting https://github.com/tongchen126/Boot-Debian-On-Litex-Rocket project to run. …
-
Implementation with OPT_SERDES=1 fails with error "multiple driver nets". The issue is that `o_mine` is assigned twice in `xsdserdes8x.v`. After removing the second assigment on line 188 implementatio…
-
I am working on a Nexys Video board, i've tried multiple boards that kept facing issues, however I got my hands on this board and I am trying to run a simple template on it to check that everything wo…
-
Hello, I am new to riscv .I am trying to use openocd for nexys_video fpga.But the openocd is not working.having a error at 6 th line in configuration file which i am unable to rectify
-
I'm running on board `nexys-video` `rocket64b2` and everything default. Is it normal?
QEMU works fine.
```
make CONFIG=rocket64b2 BOARD=nexys-video bitstream
./mk-sd-card
make CONFIG=rocket64b…
-
Replication instructions:
1. Follow instructions on OpenTitan to generate bitstream using Vivado: https://docs.opentitan.org/doc/ug/getting_started_fpga/#create-an-fpga-bitstream
2. Use `$XRAY_BIT…
-
When building Linux on Litex for Nexys Video, the lastest change is causing an issue.
`dtc -O dtb -o build/nexys_video/nexys_video.dtb build/nexys_video/nexys_video.dts
build/nexys_video/nexys_…
-
Hi dev,
I found that ethernet support seems broken for nexys video, in the debian system there is no correct interface if I run /sbin/ifconfig, there is only lo:
> _debian@debian:~$ /sbin/ifcon…
-
Hi @eugene-tarassov ,
I used nexys-video as base template and ported to a new fpga "xc7k160t". I see timing is met with system clock at 50MHz and bit stream is successfully generated. my board use…