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
질문됨 일 년 전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
답변함 일 년 전
profile picture
전문가
검토됨 3일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠