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.

" Calibre + hspice " post-sim netlist pin name problems

Status
Not open for further replies.

wwwww12345

Member level 1
Joined
Sep 6, 2007
Messages
34
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,486
Hi all,

I use calibre + hspice as post-simulation tool.

I got post-sim netlist by calibre , it is as :

.subckt ana_top VSSA VDDA GND18: 7 VDD18: 9 10 11 12 ......
.....

But in this file and attached .pex and .pxi file, I found all pins except GND18 and VDD18 .

They do exist in the attached .pxi file ,but net name changed to N_noxref_GND18.

So I modified the calibre netlist, changing it to

.subckt ana_top VSSA VDDA GND18 VDD18 ......
.....

The testbench calling this subcircuit written as :

xi0 vssa vdda gnd18 vdd18 ...... ana_top


I.e, I sim the circuit anyway, deleting all numbers . The simulation ran without error in sim log, but the simulation result is not correct. It seems the signals regarding GND18 wrong.

Anyone got some ideas? please help me ,thank you !!!!
 

I have known the reason of upper problem, but I donnot know what the colon meaning in the latter hspice netlist,



c9999 N_noxref_GND18:_c_123489_p net2 10f



Who can tell me ? thank you !
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top