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.

difference between SAIF and VCD file

Status
Not open for further replies.

sujittikekar1

Junior Member level 2
Junior Member level 2
Joined
May 16, 2007
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,465
saif file

Can anybody please explain diff. between the SAIF and VCD.? how and when SAIF will b generated?
 

deh_fuhrer

Full Member level 5
Full Member level 5
Joined
Jul 25, 2006
Messages
276
Helped
46
Reputation
92
Reaction score
18
Trophy points
1,298
Activity points
2,862
vcd saif

saif contains the switching profile of the simulation data generally used by prime power.vcd files contain all the information that might be carried by saif but it is more lengthy and sometimes contain redundant information.
 

deh_fuhrer

Full Member level 5
Full Member level 5
Joined
Jul 25, 2006
Messages
276
Helped
46
Reputation
92
Reaction score
18
Trophy points
1,298
Activity points
2,862
saif vcd

I dont understand the reason to repeat this???

deepak_manikandan said:
saif contains the switching profile of the simulation data generally used by prime power.vcd files contain all the information that might be carried by saif but it is more lengthy and sometimes contain redundant information.
 

skymusic

Member level 3
Member level 3
Joined
Jun 29, 2004
Messages
57
Helped
6
Reputation
12
Reaction score
4
Trophy points
1,288
Activity points
393
saif files

To analyze the average power comsumption of a period, SAIF can be used. VCD file can be used to analyze dynamic power comsumption.
 

spauls

Advanced Member level 2
Advanced Member level 2
Joined
Dec 17, 2002
Messages
524
Helped
26
Reputation
52
Reaction score
9
Trophy points
1,298
Activity points
3,354
saif power

SAIF : STATIC
VCD : Dynamic

both needed for power analysis nd optimization.
 

Jugantor

Junior Member level 2
Junior Member level 2
Joined
Jan 11, 2007
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,440
vcd to saif

HOw to generate .saif file from a verilog file ?
if i have a file written in bluespec code, how to generate the .saif file from it ?
 

kamlesh_madheshiya

Newbie level 3
Newbie level 3
Joined
Oct 18, 2007
Messages
3
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,283
Activity points
1,309
generating saif file

saif file - contains toggle counts and time information like how much time a signal was in 1 state(T1), 0 state(T0) , x state (TX). Also in backward saif file you can have timing information, arc information just like .lib (read saif manual).

vcd file - contains value changes of a signal. i.e. at what times signals changes their values. saif does not contains this information. it contains cumulative information of vcd.
you can convert a vcd file into saif file using Synopsys vcd2saif binary and see the effect.

Effectively vcd file is a superset of saif file. Any application which needs time stamps of individual value changes must have to use vcd e.g. time based power estimation or if you have a vcd file which is simulated between 0 to 10ns then you can do power analysis for any time range between 0 to 10ns e.g. power for 2-5, 3-7...
but for saif you can not do you have to regenerate saif for these time intervals.
 

syncom

Junior Member level 3
Junior Member level 3
Joined
Sep 10, 2002
Messages
25
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,283
Activity points
139
saif power estimation

saif file and vcd both needed for power analysis nd optimization?
if you have gate level vcd file , you don't need saif file and you can analysis your power .
because prime power can get those switch actitive/ toggle rate /sp from vcd file.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top