Open ar0mat opened 5 years ago
I have found that software/fpga/ov3/ovhw/ftdi_bus.py
file is missing crucial import line:
from migen.genlib.cdc import MultiReg
Simply add above line in the mentioned file and it should work as expected.
@artur-rs it would be great if you can provide PR that fix the problem :)
Hello everyone.
I have been trying to build "firmware" for an FPGA and I'm receiving such error
When I used this soft 4 months ago, I didn't have errors like this.
Any ideas how to solve it?