Skip to content
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

Version comparison is too strict #121

Open
xnox opened this issue Jul 17, 2018 · 0 comments
Open

Version comparison is too strict #121

xnox opened this issue Jul 17, 2018 · 0 comments

Comments

@xnox
Copy link

xnox commented Jul 17, 2018

$ /usr/bin/arachne-pnr -q -d 1k -p '../test cases/fpga/1 simple/spin.pcf' spin.blif -o spin.asc
fatal error: chipdb and arachne-pnr versions do not match (chipdb: arachne-pnr 0.1+20180513git5d830dd (git sha1 5d830dd, g++ 7.3.0-25ubuntu1 -O2 -fdebug-prefix-map=/build/arachne-pnr-TdhGLh/arachne-pnr-0.1+20180513git5d830dd=. -fstack-protector-strong -O2 -DNDEBUG), arachne-pnr: arachne-pnr 0.1+20180513git5d830dd (git sha1 5d830dd, g++ 7.3.0-25ubuntu1 -O2 -fdebug-prefix-map=/build/arachne-pnr-JRiZ2o/arachne-pnr-0.1+20180513git5d830dd=. -fstack-protector-strong -O2 -DNDEBUG))

The difference is in the value of -fdebug-prefixmap which uses random temp directories and thus will always be different, preventing use of arachne-pnr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant