|
发表于 2017-5-2 01:40:44
|
显示全部楼层
in my experience, you need to have the similar hierarchy for both layout and schematics netlist
for instance, in layout you placed layout view of aBcd in a level of layout hierarchy, you better have an aBcd in schematics netlist, to be exact, aBcd :
xaBcd aBcd ...
make sure you don't have an empty cell defined in netlist:
.subckt aBcd
.ends |
|