AR# 51958: Serial RapidIO v5.6 - ERROR:ConstraintSystem:59 - Constraint <NET "phy_4x_ser_clk/UCLK_DV4" TNM_NET = "UCLK_DV4";> [xiltest_srio_v5_6_top.ucf(94)]: NET "phy_4x_ser_clk/UCLK_DV4"
AR# 51958
|
Serial RapidIO v5.6 - 「ERROR:ConstraintSystem:59 - Constraint <NET "phy_4x_ser_clk/UCLK_DV4" TNM_NET = "UCLK_DV4";> [xiltest_srio_v5_6_top.ucf(94)]: NET "phy_4x_ser_clk/UCLK_DV4"」というエラー メッセージが表示される
説明
Synplify Pro で Serial RapidIO v5.6 をインプリメントすると、次のようなエラー メッセージが表示されます。
Resolving constraint associations... Checking Constraint Associations... ERROR:ConstraintSystem:59 - Constraint <NET "phy_4x_ser_clk/UCLK_DV4" TNM_NET = "UCLK_DV4";> [xiltest_srio_v5_6_top.ucf(94)]: NET "phy_4x_ser_clk/UCLK_DV4" not found. Please verify that:1. The specified design element actually exists in the original design. 2. The specified object is spelled correctly in the constraint source file.
ソリューション
これは既知の問題です。この問題を回避するには、UCF ファイルを次のように変更します。
変更前 :
NET "phy_4x_ser_clk/UCLK" TNM_NET = "UCLK"; NET "phy_4x_ser_clk/UCLK_DV4" TNM_NET = "UCLK_DV4";
変更後 :
NET "*UCLK" TNM_NET = "UCLK"; NET "*UCLK_DV4" TNM_NET = "UCLK_DV4";