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.

calculate power consumption

Status
Not open for further replies.

ssubha

Junior Member level 2
Joined
Feb 1, 2011
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,435
I need to design a system with the following specifications.
1. it accepts as input 6 bit number, updates the count of the number. there are 64 possibilities. the total samle size is less than 2^64.
2. it finds minimum and maximum of given set of 64 numbers (from 1 above), finds the average as (min+max)/2 (shifting would work).
What are the components that can be used for the above spec? how is the energy/power consumption calculated for the above system?

Thank you,
s.subha
 

I am assuming you are going to generate a gate level netlist by synthesizing a verilog code. then it will be easier to generate through the library which you are using.

If you are just writing "code" to come up with a number, you can always print number of transactions you are doing, the power will be directly proportional to it. Think in the number of steps you are using in terms of addition, multiplication and comparison. You can attach power number to each of the steps. Depending of the algorithm you are using it will come up with an estimated number comparison is least power, then addition followed by multiplication...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top