godardth
Newbie level 4
- Joined
- Jul 28, 2009
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Sherbrooke QC, CA
- Activity points
- 1,360
diva lvs
Hello,
It seems that my problem is a well-known one.
I got this log when I tried to do a LVS :
--------------------
now running "/grp/CMC/tools/cadence.2008a/IC.5141.ISR200811081405/tools.sun4v/dfII/local/.simrc"
finished running "/grp/CMC/tools/cadence.2008a/IC.5141.ISR200811081405/tools.sun4v/dfII/local/.simrc"
Running simulation in directory: "/grp/invite/godt2601/CadenceRep/LVS".
Begin netlist: Aug 12 08:47:01 2009
view name list = ("auLvs" "extracted" "schematic")
stop name list = ("auLvs")
library name = "jopeTestLib"
cell name = "demoInverseur"
view name = "extracted"
globals lib = "basic"
Running Artist Flat Netlisting ...
*WARNING* invalid cell view -- 0(unknown)
*WARNING* invalid cell view -- 0(unknown)
global error:
Cannot find switch master cell for instance +1 in cellView (demoInverseur extracted) from viewlist 'auLvs extracted schematic ' in library 'jopeTestLib'.
*WARNING* invalid cell view -- 0(unknown)
*WARNING* invalid cell view -- 0(unknown)
*WARNING* invalid cell view -- 0(unknown)
global error:
Cannot find switch master cell for instance +0 in cellView (demoInverseur extracted) from viewlist 'auLvs extracted schematic ' in library 'jopeTestLib'.
si: Netlist did not complete successfully.
*WARNING* invalid cell view -- 0(unknown)
End netlist: Aug 12 08:47:02 2009
Comparison program did not complete.
-------------------------
I have understood that it could be a probleme of CDS_Netlisting_Mode but I tried a lot of unsuccessful things. Here is a list of what I tried :
1) I have verified if my librairies was in the libPath and both tech lib and test lib (where my small test design is) are in
2) In my console (TCSH), I tried to set the CDS_Netlisting_Mode :
setenv CDS_Netlisting_Mode Analog and then start cadence
3) unsetenv CDS_Netlisting_Mode and then start cadence
Could someone give me a solution to my problem ?
Thanks !
PS : The technolgy Lib used is mine and the file divaLVS.rul is mine too but is very simple:
------------------
lvsRules(
(pruneDevice general
("nMosEnh" "nMosDep")
)
(compareDeviceProperty "nMosEnh")
(compareDeviceProperty "nMosDep")
)
Hello,
It seems that my problem is a well-known one.
I got this log when I tried to do a LVS :
--------------------
now running "/grp/CMC/tools/cadence.2008a/IC.5141.ISR200811081405/tools.sun4v/dfII/local/.simrc"
finished running "/grp/CMC/tools/cadence.2008a/IC.5141.ISR200811081405/tools.sun4v/dfII/local/.simrc"
Running simulation in directory: "/grp/invite/godt2601/CadenceRep/LVS".
Begin netlist: Aug 12 08:47:01 2009
view name list = ("auLvs" "extracted" "schematic")
stop name list = ("auLvs")
library name = "jopeTestLib"
cell name = "demoInverseur"
view name = "extracted"
globals lib = "basic"
Running Artist Flat Netlisting ...
*WARNING* invalid cell view -- 0(unknown)
*WARNING* invalid cell view -- 0(unknown)
global error:
Cannot find switch master cell for instance +1 in cellView (demoInverseur extracted) from viewlist 'auLvs extracted schematic ' in library 'jopeTestLib'.
*WARNING* invalid cell view -- 0(unknown)
*WARNING* invalid cell view -- 0(unknown)
*WARNING* invalid cell view -- 0(unknown)
global error:
Cannot find switch master cell for instance +0 in cellView (demoInverseur extracted) from viewlist 'auLvs extracted schematic ' in library 'jopeTestLib'.
si: Netlist did not complete successfully.
*WARNING* invalid cell view -- 0(unknown)
End netlist: Aug 12 08:47:02 2009
Comparison program did not complete.
-------------------------
I have understood that it could be a probleme of CDS_Netlisting_Mode but I tried a lot of unsuccessful things. Here is a list of what I tried :
1) I have verified if my librairies was in the libPath and both tech lib and test lib (where my small test design is) are in
2) In my console (TCSH), I tried to set the CDS_Netlisting_Mode :
setenv CDS_Netlisting_Mode Analog and then start cadence
3) unsetenv CDS_Netlisting_Mode and then start cadence
Could someone give me a solution to my problem ?
Thanks !
PS : The technolgy Lib used is mine and the file divaLVS.rul is mine too but is very simple:
------------------
lvsRules(
(pruneDevice general
("nMosEnh" "nMosDep")
)
(compareDeviceProperty "nMosEnh")
(compareDeviceProperty "nMosDep")
)