-
-
The page at https://symbiflow-examples.readthedocs.io/en/latest/building-examples.html#counter-test doesn't have pictures / images for every board in the counter example.
It should.
Please add;
…
-
My laptop has 10GB available according to /proc/meminfo. I see this error running the `counter_test` example with `TARGET=nexys_video`:
```
Serial number (magic cookie) for the routing is: 416094…
-
Hi! I am currently looking into cost effective solutions for transforming multiple input bit streams (datarate of 24*4bit*8MHz ~768 MBit/s) into UDP packages to send to a PC for storage/post-processin…
-
During the work on merging #1419 I figured out that the basic BUFGMUX example works differently on Arty Board and Nexys Video.
The example uses three LEDs:
- led[2] - blinks with slow frequency
…
-
Hello,
First off I just want to say thank you for making this resource available, it's a significant enabler for so many projects - thank you.
The issue I am having has to do with the eth_pcspma…
-
-
Hi
I am using xc7z020clg400-2 with Marvell Alaska 88e1512 phy chip. I took the nexys video design as reference. For reception( PC to board) it is working fine. But when transmitting from board to …
-
-
To reduce the amount of code duplication we should subclass from `litex` platforms' `_io`, `connectors` and methods instead of redefining them. This will prevent surprises and subtle incompatibilities…