[Script] Disable SDC writer in multiclock examples

This commit is contained in:
tangxifan 2022-03-20 11:05:29 +08:00
parent 3e3a65223c
commit 576b9c2d8f
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@ write_pnr_sdc --file ./SDC
write_sdc_disable_timing_configure_ports --file ./SDC/disable_configure_ports.sdc
# Write the SDC to run timing analysis for a mapped FPGA fabric
write_analysis_sdc --file ./SDC_analysis
# TODO: Currently SDC writer only supports 1 operating clock due to
# - Missing information about which I/O is constrained by which clock
#write_analysis_sdc --file ./SDC_analysis
# Finish and exit OpenFPGA
exit