ปัญหาสำคัญ
คอร์ SERIALLite II IP ไม่รองรับตระกูลอุปกรณ์ V และ 10 ซีรีส์อีกต่อไป ดังนั้น ข้อจํากัดของ SDC ในไฟล์ .sdc ที่สร้างขึ้นจะไม่เป็นอีกต่อไป ถูกต้อง คุณจะพบข้อความเตือนต่อไปนี้:
Ignored filter at SLII_instance.sdc(136): *SLII_instance*transmit|clkout could not be matched with a clock
Ignored filter at SLII_instance.sdc(136): *SLII_instance*receive|clkout could not be matched with a clock
Ignored filter at SLII_instance.sdc(137): *SLII_instance*rx[0]|clkout could not be matched with a clock
คุณต้องปรับเปลี่ยน set_clock_groups
ข้อจํากัดเพื่อตั้งค่า
แก้ไขการบ้านนาฬิกา ตั้งค่าtx_rdp/rx_rdp/rx_hpp/tx_hpp SerialLite II
นาฬิกาจะใช้ร่วมกันกับสัญญาณนาฬิกาที่กู้คืนและตัวรับส่งสัญญาณ
นาฬิกา
ตัวอย่างเช่น เมื่อใช้อุปกรณ์ Arria V กับtx_rdpหรือrx_rdpนาฬิกา ให้ปรับเปลี่ยน ข้อจํากัดเหล่านี้ตามที่แสดงด้านล่าง:
set_clock_groups -asynchronous -group { *custom_phy_inst*inst_av_hssi_8g_tx_pcs|wys|txpmalocalclk } -group { *custom_phy_inst*inst_av_hssi_8g_rx_pcs|wys|rcvdclkpma }
set_clock_groups -asynchronous -group { *custom_phy_inst*inst_av_hssi_8g_rx_pcs|wys|rcvdclkpma } -group [get_clocks ]
set_clock_groups -asynchronous -group [get_clocks ] -group { *custom_phy_inst*inst_av_hssi_8g_tx_pcs|wys|txpmalocalclk}