Open litghost opened 3 years ago
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.
This issue is related to the: https://github.com/SymbiFlow/fpga-tool-perf/pull/323
The above PR is blocked as we miss e.g.:
create_clock
LOC
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.