Synthesis Failed in Vivado IPI AWS f1 FPGA

0

Hi everyone,

While doing synthesis for creating AFI using vivado IPI , I get this error.

ERROR: [Common 17-107] Cannot change read-only property 'is_locked'.

Resolution: Please refer to Vivado Properties Reference Guide (UG912) for more information on setting properties.

Please help me solving this.

Thank you.

GOGUL
已提問 1 年前檢視次數 325 次
1 個回答
0
已接受的答案

The problem is with the file make_post_synth_dcp.tcl

if {${BD_PATH} == "NONE"} {

#Do Nothing

} else {

add_files ${BD_PATH}

set_property is_locked true [get_files ${BD_PATH}]

}

I have commented the line set_property is_locked true [get_files ${BD_PATH}]

After this it is able to synthesis.

But I am not sure, this is the correct way. I have created AFI and Tested too.

GOGUL
已回答 1 年前
profile picture
專家
已審閱 3 天前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南