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

nextpnr-xilinx: add computation of needed data files #89

Merged
merged 7 commits into from
Apr 23, 2020

Conversation

acomodi
Copy link

@acomodi acomodi commented Apr 22, 2020

Signed-off-by: Alessandro Comodi acomodi@antmicro.com

This PR adds the computation of the .bba and .bin files for nextpnr-xilinx

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Copy link
Member

@mithro mithro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@acomodi
Copy link
Author

acomodi commented Apr 22, 2020

I get this error during the nextpnr-xilinx build:

+nextpnr-xilinx -V
nextpnr-xilinx: error while loading shared libraries: libboost_python36.so.1.72.0: cannot open shared object file: No such file or directory

This did not happen previously. Probably due to the addition of pypy3?

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
@acomodi
Copy link
Author

acomodi commented Apr 22, 2020

@mithro the package now contains the required files:

bin/nextpnr-xilinx
info/about.json
info/files
info/git
info/hash_input.json
info/has_prefix
info/index.json
info/licenses/COPYING
info/paths.json
info/recipe/build.sh
info/recipe/conda_build_config.yaml
info/recipe/condarc
info/recipe/meta.yaml
info/recipe/meta.yaml.template
info/recipe/recipe_append.yaml
info/test/run_test.sh
share/nextpnr-xilinx/xc7a35tcsg324-1.bba
share/nextpnr-xilinx/xc7a35tcsg324-1.bin

@mithro
Copy link
Member

mithro commented Apr 22, 2020

@acomodi - Should there be xc7a200t and other similar files there too?

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
…wrong version

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
@acomodi
Copy link
Author

acomodi commented Apr 23, 2020

@mithro Added the remaining devices. Unfortunately 200t cannot be used as the submodule to prjxray-db is pointing to an old version, that needs to change upstream.

- yosys
- pypy3.6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency on pypy3.6 worries me a little. Let's merge and log an issue to follow up on that.

@mithro
Copy link
Member

mithro commented Apr 23, 2020

The contents output are now;

bin/nextpnr-xilinx
info/about.json
info/files
info/git
info/hash_input.json
info/has_prefix
info/index.json
info/licenses/COPYING
info/paths.json
info/recipe/build.sh
info/recipe/conda_build_config.yaml
info/recipe/condarc
info/recipe/meta.yaml
info/recipe/meta.yaml.template
info/recipe/recipe_append.yaml
info/test/run_test.sh
share/nextpnr-xilinx/xc7a35tcpg236-1.bba
share/nextpnr-xilinx/xc7a35tcpg236-1.bin
share/nextpnr-xilinx/xc7a35tcsg324-1.bba
share/nextpnr-xilinx/xc7a35tcsg324-1.bin
share/nextpnr-xilinx/xc7z010clg400-1.bba
share/nextpnr-xilinx/xc7z010clg400-1.bin
share/nextpnr-xilinx/xc7z020clg484-1.bba
share/nextpnr-xilinx/xc7z020clg484-1.bin

@mithro mithro merged commit 0f1e073 into SymbiFlow:master Apr 23, 2020
@mithro mithro deleted the add-nextpnr-xilinx branch April 23, 2020 18:26
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

Successfully merging this pull request may close these issues.

None yet

2 participants