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

vpr_io_place.py raises an exception if it does not find any constraints #1881

Open
HackerFoo opened this issue Dec 15, 2020 · 0 comments
Open

Comments

@HackerFoo
Copy link
Contributor

Encountered here: hdl/conda-eda#60 (review)

Error message:

Traceback (most recent call last):
  File ".../symbiflow/share/symbiflow/scripts/prjxray_create_ioplace.py", line 178, in <module>
    main()
  File ".../symbiflow/share/symbiflow/scripts/prjxray_create_ioplace.py", line 169, in main
    io_place.output_io_place(args.output)
  File ".../symbiflow/share/symbiflow/scripts/vpr_io_place.py", line 151, in output_io_place
    max_name_length = max(len(c.name) for c in self.constraints.values())
ValueError: max() arg is an empty sequence

This can be reproduced by uncommenting the symbiflow_place line in run_sf.sh.

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