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.

Simple HSPICE deck not producing *.tr0 file

Status
Not open for further replies.

edkowal

Newbie level 2
Joined
Sep 24, 2010
Messages
2
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,292
Hi all,

I am trying to get re-acclimated to HSPICE after a few years away from it. As I recall, to produce a *.tr0 file with selected node information (as opposed to the result of a .options post directive), all one needs to do is to include a .options probe directive and one or more .probe statements. However, the following deck produces no *.tr0 file. Am I missing something simple?


*


vclk clk 0 pulse(0 1 0 0.1 0.1 0.4 1)
.probe tran v(clk)

.temp 25
.tran 0.1 10
.options probe

.end


Thanks!
 

I think just a .probe v(clk) will do, instead of .prob tran v(clk)

Also, check for any warnings while you run hspice. Sometimes, some dangling nodes are cut during simulation. If the clk net has dangling nodes, it might be cut, and if the simulator finds no sources, it might not create a .tr0 file.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top