sunking said:
They act as gloabl env.
Search the netlist, you will find *.gloabl
Yes, this is quite true. However, it is not the error. Please see netlist below. I have replaced: vdd! by peach!, gnd! by peachgnd!, just to show that any time you have the same global/hidden pin in
Top level: schematic
Lower level: extracted
you lose the lower level global pins. The extracted view is extracted by NCSU CDK 1.3. It works under IC4.46 but not IC5.0. Maybe the netlister has been changed?
* schematic/netlist/InvPeachBang_test.C.raw
* Netlist output for spectreS.
* Generated on Sep 3 15:44:19 2004
* global net definitions
.GLOBAL peachgnd\! peach\!
simulator lang= spectre
* File name: GlobalTest_InvPeachBang_test_schematic.S.
* Subcircuit for cell: InvPeachBang_test.
* Generated for: spectreS.
* Generated on Sep 3 15:44:20 2004.
xi2 (net3 net2) InvPeachBang_g1
c0 (net2 peachgnd\!) capacitor c=1e-12
v1 (net3 peachgnd\!) vsource type= dc
v0 (peach\! peachgnd\!) vsource type= dc dc=3.3
simulator lang= spice
simulator lang= spectre
simulator lang= spice
* File name: GlobalTest_InvPeachBang_extracted.S.
* Subcircuit for cell: InvPeachBang.
* Generated for: spectreS.
* Generated on Sep 3 15:44:19 2004.
simulator lang= spectre
* terminal mapping: A = a
* Y = y
subckt InvPeachBang_g1 a y
m1 (y a
2 2) *Here is the error! should be peach\! peach\!* hp14tbP region= sat w=1.2e-6 l=600e-9 as=1.80000003617564e-12
+ad=1.80000003617564e-12 ps=4.20000014855759e-6 pd=4.20000014855759e-6 m=1
m4 (y a
5 5) *Here is the error! should be peachgnd\! peachgnd\!* hp14tbN region= sat w=1.2e-6 l=600e-9 as=1.80000003617564e-12
+ad=1.80000003617564e-12 ps=4.20000014855759e-6 pd=4.20000014855759e-6 m=1
simulator lang= spice
simulator lang= spectre
* End of subcircuit definition.
ends InvPeachBang_g1