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日前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ