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
gefragt vor einem Jahr325 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor 3 Tagen

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen