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

已提問 3 年前檢視次數 176 次
1 個回答
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
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南