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.

Hspice not running the alter statements

Status
Not open for further replies.

gieselle

Newbie level 1
Joined
Feb 4, 2020
Messages
0
Helped
0
Reputation
0
Reaction score
1
Trophy points
0
Activity points
0
Hello everyone,

I have a simulation test bench for hspice that alters through pvt corners. However every time I run the simulation it only simulates the title condition and ignores the alter statements. This is what I have:

.title tt
.lib ‘path to model file’ tt
.temp 25
.data power_scale vdd_scale
+1.0
.enddata


.alter ff
.del lib all
.lib ‘path to model file’ ff
.temp 125
.data power_scale vdd_scale
+1.10
.enddata

Any ideas on how to solve this?
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top