You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to build "firmware" for an FPGA and I'm receiving such error
Traceback (most recent call last):
File "build.py", line 28, in <module>
top = OV3(plat)
File "/home/user/projects/ov_ftdi/software/fpga/ov3/ovhw/top.py", line 114, in __init__
ftdi_io)
File "/home/aromat/projects/3mdeb/openvizsla_new/ov_ftdi/software/fpga/ov3/ovhw/ftdi_bus.py", line 136, in __init__
self.specials += MultiReg(~io.wr_n, self.tx_ind)
NameError: name 'MultiReg' is not defined
Makefile:18: recipe for target 'build/ov3.bit' failed
make: *** [build/ov3.bit] Error 1
When I used this soft 4 months ago, I didn't have errors like this.
Any ideas how to solve it?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: