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 error: xsram has 34 nodes, sram has 60 nodes

Status
Not open for further replies.

etat2004

Newbie level 1
Joined
Jun 4, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
hspice error

**error** xsram has 34 nodes
sram has 60 nodes
help me
thank you
 

Re: hspice error

Hi

May be the error is because there are different number of nodes in the subcircuit definition and instantiation of sram.
 

hspice error

I think it's means the subcircuit "sram" you defined have 60 nodes.but when you call the subcircuit.you only define the 34 node.
the syntax of subcircuit definition is :
.subckt CircuitName node1 node2 ......noden
...
...
.ends

the syntax of call the subcircuit is:
Xn node1 node2 .....noden SubcktName

That's means the number of the node you call a subciruit must same as the subcircuit definition.
 

Re: hspice error

Or you attached the wrong subcircuit???
 

hspice error

hai
It is a call subcircuit problem. You can check the netlist as kumi saying.

I hope that perhaps can help!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top