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.

In VHDL Device utilization summary report which things are useful?

Status
Not open for further replies.

venky.817

Newbie level 3
Joined
Feb 13, 2013
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,312
After Executing synthesize, translate, Map and place -route, VHDL generates a device summary utilization report. In that report several things like no.of slice registers, no.of occupied slices, no.of dsp slices, no.of slice LUTs. In those which things i have to concentrate for efficient coding.
 

VHDL doesn't generate a device summary...the synthesis tool does.

The simple answer is all of the above.

A more complicated answer is whatever is important to you and the design you're implementing.

e.g. design must run at 500 MHz in the FPGA. Then you better have 1-flip-flop 1 LUT pair with no extra LUTs feeding the flip-flop/LUT pair. So you would want to see many more registers than LUTs used.
 

Hi Venky.817,
Device utilization summary report is nothing but what the tool understood from your RTL.
1. For simple example If you are trying design one flop, Your tool will show one register. In a case it is showing two flops that means you have added one more register in your design.
2. If your combo logic is more than your register, you can come to know max freq will affect.(Even Before going for Timing Analysis).
I have mentioned only two cases. like that using your device utilization you can learn lot of information.
I hope it is useful for you.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top