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.

extracting switching activity from vcd file

Status
Not open for further replies.

argha

Junior Member level 1
Joined
Mar 1, 2015
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
106
hello folks,

what to extract for switching activity from vcd file

thanx in advance
 

what to extract for switching activity from vcd file
How can we know YOUR design and what do YOU have in mind?

Just list out the variables for which you want to monitor the sw. activity with the $dumpvars() command.
$dumpvars(level, list_of_variables_or_modules)

This task is used to specify which variables should be dumped. Both parameters are optional and if none are used, then all variables will be dumped.

If level = 0, then all variables within the modules from the list will be dumped. If any module from the list contains module instances, then all variables from these modules will also be dumped.
If level = 1, then only listed variables and variables of listed modules will be dumped.
 

Synopsys has such utility as vcd2saif. It generates switching activity file (SAIF) from VCD.
 

helloo,

actually i need to decrease the run time of dynamic power analysis in voltus..... how should i proceed.. what will be the appropriate suggestion?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top