How to open a schematic file once synthesis is complete to verify ?

0

I am using aws_build_dcp_from_cl.sh script to run synthesis and once synthesis is complete tar file is generated from which I can generate afi. When I run synthesis in vivado gui I can see implementation schematic. How I can do the same when running synthesis in bach mode ?

Edited by: aiquanta on Mar 7, 2021 1:32 PM

demandé il y a 3 ans176 vues
1 réponse
0

Hello,

In our build flow, we end up generating a design checkpoint(dcp) file which is included in the tar file. You could extract the tar file and open the dcp file in Vivado GUI and see the schematic from the tools section.

To extract the tar file, you can run:

 tar xf <timestamp>.Developer_CL.tar

This should extract the dcp and the manifest in a to_aws folder.

Let me know if this doesn't help or if you have further questions!

Thanks,

Deep

Deep_P
répondu il y a 3 ans

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