Can I make a report of all my variable usage and definition locations?
Altair Forum User
Altair Employee
Submitted by Joe on Wed, 05/11/2011 - 20:31
Ideally it would show where a global var was driven, where it was read, flagged as driven but not read.
This would really be handy in a large design… like what I’m working on. Up to 0xa274 words of 28335 flash and still growing :-)
-Joe
0
Answers
-
Submitted by Anders89 on Wed, 05/11/2011 - 20:32.
File > Create Report... lets you create a report of variable usage (and named pin usage) sorted by compound block level. Variable definitions are flagged with a '>>' prefix.
Also, if you right click a variable block, you can then click 'Find Def' or 'Find Ref' to zap you to the location of the ref/def.0