-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitread: not found #2123
Comments
I added the path to the 'bitread' executable to my system's PATH environment variable. If the 'bitread' executable in your system is located at " /path/to/prjxray/build/tools/bitread ", you can do this by running the following command in your terminal: |
thank you so much for your reply! life saver. @shake-coder it worked on my end. the command I ran is:
THANK YOU SO MUCH! |
It appears that the problem is with the progress bar utility.
to:
Also comment out This will disable the progress bar. You wont be able to see the visual indication of the conversion that you are attempting to do. See if this solves your issue. |
wow thanks! I edited.
and comment out the Now this gives:
|
comment out |
thank you! There are two one in comment both out? |
yes |
after commented both out it seems to work, now it shows:
|
xc7a200tsbg484-1_db is not empty
|
The issue appears to be with the progressbar again. Try updating the progressbar module |
Thank you for everything! I updated and sadly got the error again.
|
Try
|
I did
big shout out to @shake-coder thanks for helping me in this error I have been stuck on it for 2 weeks! |
Hi @zliu1Charlotte You're welcome! Glad I could be of assistance. |
It worked! THANK YOU! |
Hi I am trying to use the bit2fasm.py but it shows that bitread is not found
It was working before but it is not working now.
I ran it in the conda env
python3 third_party/prjxray/utils/bit2fasm.py --db-root third_party/prjxray-db/artix7 --part xc7a200tsbg484-1 add16.bit
The text was updated successfully, but these errors were encountered: