We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
Linux LiteX XDC file is a good driving example.
The text was updated successfully, but these errors were encountered:
This issue is related to the: chipsalliance/fpga-tool-perf#323
The above PR is blocked as we miss e.g.:
create_clock
LOC
Sorry, something went wrong.
No branches or pull requests
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 portsLinux LiteX XDC file is a good driving example.
The text was updated successfully, but these errors were encountered: