magma problem in power calculation- error "pin is not f

Status
Not open for further replies.

ramaswami

Newbie level 4
Joined
Aug 3, 2009
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
kharagpur
Activity points
1,327
magma problem

hi all,
iam an mtech 2nd student from iitkgp. iam working on a project presently.
iam using magma for calculating power. Now iam facing problem in power
calculation, even though i gave different toggles it is giving same power.

when iam asking the activity of a pin in my module, it is showing an error
msg that pin is not found. plz help me what to do next, to clear this problem.
 

Re: magma problem

What happens when you "data list $m/pin:<pin name> , does it return 1? Also try to do "data find $m .*<pin_name>* -regexp -hier -type pin " ,
If data find cannot find it, then tool cant see the pin...may be you can export verilog netlist using export verilog and see if the pin is present and whats the pin name? [] brackets, hier sep , if you flatteneded the design etc all affect this..

also are you querying for "mpin" or "pin" . mpin is for model and pin is for cell ..repeat the above data command using -type mpin and check again..if nothing works you have an issue with your data itself...


 

Re: magma problem

You may want to use the command 'data invalidate power' before running power analysis for the second time. This will invalidate the power results from the previous analysis.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…