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

gefragt vor 3 Jahren176 Aufrufe
1 Antwort
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
beantwortet vor 3 Jahren

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