Sự cố quan trọng
Lõi IP SerialLite II không còn hỗ trợ dòng thiết bị chuỗi V và 10. Do đó, các ràng buộc sdc trong tệp .sdc được tạo ra không còn Hợp lệ. Bạn sẽ bắt gặp những thông báo cảnh báo sau:
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
Bạn phải sửa đổi các set_clock_groups ràng buộc để thiết lập
bài tập đồng hồ chính xác. Đặt lõi IP SerialLite II tx_rdp/rx_rdp/rx_hpp/tx_hpp
đồng hồ chỉ dành riêng cho đồng hồ đã phục hồi và bộ thu phát truyền
Đồng hồ.
Ví dụ, khi sử dụng thiết bị Arria V có dây tx_rdp hoặc rx_rdp, hãy sửa đổi những hạn chế này như được hiển thị dưới đây:
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}