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
Nice testbench. However, ran into an issue when trying this out on my system.
The resulting jpeg is not recognised because of an incorrect header. It looks like the header.bin is read as a string rather than binary. Line 13 of interfaces.py should be changed as follows:
Nice testbench. However, ran into an issue when trying this out on my system.
The resulting jpeg is not recognised because of an incorrect header. It looks like the header.bin is read as a string rather than binary. Line 13 of interfaces.py should be changed as follows:
Or more pythonic:
With this change the testbench is running fine on my system
The text was updated successfully, but these errors were encountered: