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
demandé il y a un an325 vues
1 réponse
0
Réponse acceptée

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
répondu il y a un an
profile picture
EXPERT
vérifié il y a 3 jours

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions