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

XDC parser enchancements #232

Open
litghost opened this issue Feb 25, 2021 · 1 comment
Open

XDC parser enchancements #232

litghost opened this issue Feb 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@litghost
Copy link

The current FPGA interchange XDC parser doesn't support the set of features required. Many of the XDC commands implemented in https://github.com/SymbiFlow/yosys-symbiflow-plugins/ need to be added to the FPGA interchange XDC parser.

Specific examples:

  • [get_ports] should return all ports
  • None of the clock commands are implemented.

Linux LiteX XDC file is a good driving example.

@litghost litghost added this to To Do in FPGA interchange bootstrapping via automation Feb 25, 2021
@issuelabeler issuelabeler bot added the bug Something isn't working label Feb 25, 2021
@litghost litghost added enhancement New feature or request and removed bug Something isn't working labels Feb 25, 2021
@kowalewskijan
Copy link

kowalewskijan commented Apr 20, 2021

This issue is related to the: chipsalliance/fpga-tool-perf#323

The above PR is blocked as we miss e.g.:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants