Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Number of configuration bits used by design in Vivado

Status
Not open for further replies.

msdarvishi

Full Member level 4
Joined
Jul 30, 2013
Messages
230
Helped
1
Reputation
2
Reaction score
1
Trophy points
18
Activity points
2,349
Hi,



I am using Vivado 2017.3 targeting a Zedboard with a Zynq FPGA.



I have designed and implemented a design and generated the bitstream that works properly. I am wondering whether it is possible to decode the number of configuration bits in FPGA that are used by the implemented design in the Vivado tool or any corresponding output file. Is it possible to extract this information?



Thanks in advance for your help and support.



Bests,

Daryon
 

Yes enable the generation of the EBC and EBD files by adding -g essentialbits:yes to the Bistream generation.

The EBC file is the scanable configuration frames (frames that are not configured as memory, i.e. BRAM and LUT based RAM) configuration data and the EBD file contains masks for each bit that is essential for the design.

Write a script to count 1's in the EBD file and that should give you a good estimate of the number of required bits in your design.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top