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

Examply picotiny project doesn't place/route #13

Open
richardklingler opened this issue Nov 6, 2022 · 2 comments
Open

Examply picotiny project doesn't place/route #13

richardklingler opened this issue Nov 6, 2022 · 2 comments

Comments

@richardklingler
Copy link

The picotiny example can be synthesized but place&route fails due to the SPI constraints in picotiny.cst file.

ERROR  (PR2028) : The constrainted location is useless in current package
ERROR  (PR2017) : 'flash_csb' cannot be placed according to constraint, for the location is a dedicated pin (MSPI)
ERROR  (PR2028) : The constrainted location is useless in current package
ERROR  (PR2017) : 'flash_clk' cannot be placed according to constraint, for the location is a dedicated pin (MSPI)
ERROR  (PR2028) : The constrainted location is useless in current package
ERROR  (PR2017) : 'flash_miso' cannot be placed according to constraint, for the location is a dedicated pin (MSPI)
ERROR  (PR2028) : The constrainted location is useless in current package
ERROR  (PR2017) : 'flash_mosi' cannot be placed according to constraint, for the location is a dedicated pin (MSPI)

@jaseg
Copy link

jaseg commented Nov 18, 2022

You have to do the thing that they described at the top of the README where you change that dual-purpose IO project setting, but for the MSPI pin instead.

@wonderfullook
Copy link
Collaborator

Well, solvement is written in readme

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

3 participants