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 Subckt question

Status
Not open for further replies.

design_oriented

Advanced Member level 4
Joined
Jan 21, 2010
Messages
103
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
1,991
Hi Guys,

In my SPICE .spi file, I have a NAND gate subckt by the name U1234.

This NAND gate is is defined in the .spice file and has multiple transistors, one of them being NMOS x1234.

How can I measure the voltage at the drain of this transistor in HSPICE?

The gate node is defined as A:1234 in the .spice file.

I am using the following code for getting the voltage:

Code:
.tran 1 ns 1000ns
.option post
.print v(U1234.x1234.A:1234)

I have also removed the .prot and .unprot from the .spice include file. Should I get a voltage value in the .mt0 file after I run HSPICE? Instead I am gettting the following warning:
"Invalid circuit pathname U1234.x1234.A:1234 found"

Any help is appreciated.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top