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.

CSV output file with HSPICE

Status
Not open for further replies.

d4nt3

Newbie level 4
Newbie level 4
Joined
Apr 17, 2013
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,334
Hi, i´m trying to obtain a csv output file in HSPICE.

I was reading about the option measform " .OPTION MEASFORM=1"

But when I obtain the report of the simulation, appears this warning

Warning: option "MEASFORM" ignored


The hspice version is "2008.03". And this is my file:

***definiciones
*****************************
.include "c:\pfc final\tecnologias\vivagym\ficheros finales\65nm_bulk.pm"
.include "c:\pfc final\tecnologias\vivagym\ficheros finales\Biblioteca_digital.sp"

.param vdd=1.20

.param vss=0.00

.param temp=25

.param periodo=1.0n

.global vdd! vss!
**********************************
.param Lmin=65n WNmin=100n WPmin=260n

**********************************
VA net001 vss! PWL(0 vss 'periodo/2' vss '15*periodo/10' vss '76*periodo/50' vdd '63*periodo/25' vdd '127*periodo/50' vss '277*periodo/50' vss)

VB net002 vss! PWL(0 vss 'periodo/2' vss '7*periodo/2' vss '176*periodo/50' vdd '226*periodo/50' vdd '227*periodo/50' vss '277*periodo/50' vss)

vdd vdd! 0 dc=vdd

vss vss! 0 dc=vss

X50 net001 A INVREF
X51 net002 B INVREF
X52 A B OUT casa
X53 OUT net004 INVREF
C1 net004 vss! 0

.tran 5p '277*periodo/50' sweep vdd 1.2 0.6 -0.025


.option measform=1


********control

.measure tran nanddos1A
+TRIG v(A) VAL='vdd*0.5' TD=0NS CROSS=1
+TARG v(OUT) VAL='vdd*0.5' TD=0NS CROSS=1

.measure tran nanddos2A
+TRIG v(A) VAL='vdd*0.5' TD=0NS CROSS=2
+TARG v(OUT) VAL='vdd*0.5' TD=0NS CROSS=2

.measure tran nanddos1B
+TRIG v(B) VAL='vdd*0.5' TD=0NS CROSS=1
+TARG v(OUT) VAL='vdd*0.5' TD=0NS CROSS=3

.measure tran nanddos2B
+TRIG v(B) VAL='vdd*0.5' TD=0NS CROSS=2
+TARG v(OUT) VAL='vdd*0.5' TD=0NS CROSS=4

*********************
.end




Which could be the problem????

Thanks!
 

.option measform isn't known by HSPICE. Try the .PRINT or .STIM commands for csv-compatible output.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top