• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. ASSURA LVS PROBLEM FOR AMI C5 PDK

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 126
  • Views 15250
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASSURA LVS PROBLEM FOR AMI C5 PDK

CHECKMATE
CHECKMATE over 15 years ago

Hello,

I designed a simple inverter circuit and was testing the new AMI C5 PDK I received from MOSIS.

I ran the design rule check using assura and it worked fine and ir gave me no DRC errors.

Then when I ran the LVS using assura. I added the correct extract file and the correct bind.rul file and ran the LVS and it works fine.My schematic and Layout matches.

 But when I ran the LVS using assura having added the correct extract file, the correct compare rule file and the correct bind.rul file.It gives me the following error:

"Error - netlisting (dfII "....") rule can not be used with other schematic netlist rules.

*ERROR* encountered while reading avCompareRules.

 *ERROR* Syntax errors in file '/home/jhasan/AMI_C5/LVS_RUN/TEST.rsf'

Note I am running it on ASSURA version 3.1

This is the compare.rul file I received from MOSIS for the AMI C5 PDK:

 ;#####
; avCompareRules (AMIS Technology Development)
; $AMI/tech/common/current/assura/compare.rul (AMIS)
; 03/26/2002 Updated BRD
; 04/20/2002  DAS  Fixed path to box.cdl
; 04/22/2002  BRD  Restored path to box.cdl
; 05/15/2002  BRD  noMerge series caps, merge parallel
; 07/08/2002  BRD  added back bind.rul
; 09/05/2002  BRD  added swapPins for caps
; 09/13/2002  BRD  added filterDevices for presistor and pcapacitor
;                  to filter from schematics
; 10/16/2002  BRD  Set bind.rul path from beta to current
; 11/06/2002  BRD  added ls,ml,om,qo swapPins
; 12/18/2002  BRD  changed compare percents to 0.5 from 0.005
;                  added pdiode filter
; 01/08/2003  DBM  Jake tested the changes to follow.  
;           added cdl versions of pdiode and pcap
;           added commented out versions of a filter
;           statment and bindfile as well as the
;           listXRef() and upped the autoPinSwap().  
;                  
;
;#####
avCompareRules(
schematic( netlist( cdl strcat(getShellEnvVar("AMI") "/tech/ami500hakx/current/cdl/box.cdl" ) )
   swapPins("pp" nil)
   swapPins("cn" nil)
   swapPins("cp" nil)
   swapPins("ls" nil)
   swapPins("ml" nil)
   swapPins("om" nil)
   swapPins("qo" nil)
   genericDevice("cnvar")
   genericDevice("dschottky")
   genericDevice("esq")
   genericDevice("thru")
   genericDevice("ext")
   genericDevice("probe")
   genericDevice("v5")
   genericDevice("v12")
   genericDevice("v20")
   genericDevice("v40")
   filterDevice("presistor" short("PLUS" "MINUS"))
   filterDevice("pcapacitor")
   filterDevice("pdiode")
   filterDevice("CP")
   filterDevice("DP")
)

  mergeSplitGate( sameOrder )

  mergeParallel( MOS merge )
  mergeParallel( RES merge )
  mergeParallel( CAP merge )
  mergeParallel( BJT merge )
  mergeParallel( LDD merge )

  mergeSeries( MOS merge )
  mergeSeries( BJT noMerge )
;  mergeSeries( RES noMerge )
  mergeSeries( RES merge )
  mergeSeries( CAP noMerge )
  mergeSeries( LDD merge )

  compareParameter( MOS percent( "w" 0.05 "l" 0.05 ) )
  compareParameter( RES percent( "VALUE" 0.05 ) )
  compareParameter( BJT percent( "EA" 0.05 ) )
  compareParameter( CAP percent( "VALUE" 0.05 ) )
  compareParameter( LDD percent( "w" 0.05 "l" 0.05 ) )

  listXRef()
  listFilteredDevices()
  filterReduceStatistics()
  formGate(none)
  autoPinSwap( t 1000000)
  bindingFile( strcat(getShellEnvVar("AMI") "/tech/ami500hakx/current/assura/bind.rul" ))
;  filter( "BCOFGPX")
;  bindingFile( "lvs.bind")
) ; end of avCompareRules (AMIS Technology Development)

 

Please let me know how I can solve this bug in assura.

Thanks

  • Cancel
Parents
  • CHECKMATE
    CHECKMATE over 15 years ago

     Hello Quek,

     

    I am little bit confused!

     When you mentioned that "Comment out the line in following line  in compare rules using a semi-colon."

     So, this is my new compare.rul file:

     

    ;#####
    ; avCompareRules (AMIS Technology Development)
    ; $AMI/tech/common/current/assura/compare.rul (AMIS)
    ; 03/26/2002 Updated BRD
    ; 04/20/2002  DAS  Fixed path to box.cdl
    ; 04/22/2002  BRD  Restored path to box.cdl
    ; 05/15/2002  BRD  noMerge series caps, merge parallel
    ; 07/08/2002  BRD  added back bind.rul
    ; 09/05/2002  BRD  added swapPins for caps
    ; 09/13/2002  BRD  added filterDevices for presistor and pcapacitor
    ;                  to filter from schematics
    ; 10/16/2002  BRD  Set bind.rul path from beta to current
    ; 11/06/2002  BRD  added ls,ml,om,qo swapPins
    ; 12/18/2002  BRD  changed compare percents to 0.5 from 0.005
    ;                  added pdiode filter
    ; 01/08/2003  DBM  Jake tested the changes to follow. 
    ;           added cdl versions of pdiode and pcap
    ;           added commented out versions of a filter
    ;           statment and bindfile as well as the
    ;           listXRef() and upped the autoPinSwap(). 
    ;                 
    ;
    ;#####
    avCompareRules(
    ;schematic( netlist( cdl strcat(getShellEnvVar("AMIS") "/ami500hakx/Rev6.17/cdl/box.cdl" ) )
    ;   swapPins("pp" nil)
    ;   swapPins("cn" nil)
    ;   swapPins("cp" nil)
    ;   swapPins("ls" nil)
    ;   swapPins("ml" nil)
    ;   swapPins("om" nil)
    ;   swapPins("qo" nil)
    ;   genericDevice("cnvar")
    ;   genericDevice("dschottky")
    ;   genericDevice("esq")
    ;   genericDevice("thru")
    ;   genericDevice("ext")
    ;   genericDevice("probe")
    ;   genericDevice("v5")
    ;   genericDevice("v12")
    ;   genericDevice("v20")
    ;   genericDevice("v40")
    ;   filterDevice("presistor" short("PLUS" "MINUS"))
    ;   filterDevice("pcapacitor")
    ;   filterDevice("pdiode")
    ;   filterDevice("CP")
    ;   filterDevice("DP")
    ;)

    ;  mergeSplitGate( sameOrder )

    ;  mergeParallel( MOS merge )
    ;  mergeParallel( RES merge )
    ;  mergeParallel( CAP merge )
    ;  mergeParallel( BJT merge )
    ;  mergeParallel( LDD merge )

    ;  mergeSeries( MOS merge )
    ;  mergeSeries( BJT noMerge )
    ;  mergeSeries( RES noMerge )
    ;  mergeSeries( RES merge )
    ;  mergeSeries( CAP noMerge )
    ;  mergeSeries( LDD merge )

    ;  compareParameter( MOS percent( "w" 0.05 "l" 0.05 ) )
    ;  compareParameter( RES percent( "VALUE" 0.05 ) )
    ;  compareParameter( BJT percent( "EA" 0.05 ) )
    ;  compareParameter( CAP percent( "VALUE" 0.05 ) )
    ;  compareParameter( LDD percent( "w" 0.05 "l" 0.05 ) )

    ;  listXRef()
    ;  listFilteredDevices()
    ;  filterReduceStatistics()
    ;  formGate(none)
    ; autoPinSwap( t 1000000)
    ;  bindingFile( strcat(getShellEnvVar("AMIS") "/ami500hakx/Rev6.17/assura/bind.rul" ))
    ;  filter( "BCOFGPX")
    ;  bindingFile( "lvs.bind")
    ) ; end of avCompareRules (AMIS Technology Development)

     

    So,  basically commented out everything except the avCompareRules line in compare.rul.

    I also added the cdl netlisting in the Netlisting Option window.

    Then when I ran the LVS, then it works fine.

     I just want to double check is that you wanted me to do.

    Or did you want me to  just comment out the "schematic (netlisting(cdl strcat(getShellEnvVar("AMI")"/tech/ami500hakx/current/cdl/box.cdl"))" line and leave the others uncommented.I tried that but then LVS gives me errors.

     Please let me know.

     

    Thanks

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • CHECKMATE
    CHECKMATE over 15 years ago

     Hello Quek,

     

    I am little bit confused!

     When you mentioned that "Comment out the line in following line  in compare rules using a semi-colon."

     So, this is my new compare.rul file:

     

    ;#####
    ; avCompareRules (AMIS Technology Development)
    ; $AMI/tech/common/current/assura/compare.rul (AMIS)
    ; 03/26/2002 Updated BRD
    ; 04/20/2002  DAS  Fixed path to box.cdl
    ; 04/22/2002  BRD  Restored path to box.cdl
    ; 05/15/2002  BRD  noMerge series caps, merge parallel
    ; 07/08/2002  BRD  added back bind.rul
    ; 09/05/2002  BRD  added swapPins for caps
    ; 09/13/2002  BRD  added filterDevices for presistor and pcapacitor
    ;                  to filter from schematics
    ; 10/16/2002  BRD  Set bind.rul path from beta to current
    ; 11/06/2002  BRD  added ls,ml,om,qo swapPins
    ; 12/18/2002  BRD  changed compare percents to 0.5 from 0.005
    ;                  added pdiode filter
    ; 01/08/2003  DBM  Jake tested the changes to follow. 
    ;           added cdl versions of pdiode and pcap
    ;           added commented out versions of a filter
    ;           statment and bindfile as well as the
    ;           listXRef() and upped the autoPinSwap(). 
    ;                 
    ;
    ;#####
    avCompareRules(
    ;schematic( netlist( cdl strcat(getShellEnvVar("AMIS") "/ami500hakx/Rev6.17/cdl/box.cdl" ) )
    ;   swapPins("pp" nil)
    ;   swapPins("cn" nil)
    ;   swapPins("cp" nil)
    ;   swapPins("ls" nil)
    ;   swapPins("ml" nil)
    ;   swapPins("om" nil)
    ;   swapPins("qo" nil)
    ;   genericDevice("cnvar")
    ;   genericDevice("dschottky")
    ;   genericDevice("esq")
    ;   genericDevice("thru")
    ;   genericDevice("ext")
    ;   genericDevice("probe")
    ;   genericDevice("v5")
    ;   genericDevice("v12")
    ;   genericDevice("v20")
    ;   genericDevice("v40")
    ;   filterDevice("presistor" short("PLUS" "MINUS"))
    ;   filterDevice("pcapacitor")
    ;   filterDevice("pdiode")
    ;   filterDevice("CP")
    ;   filterDevice("DP")
    ;)

    ;  mergeSplitGate( sameOrder )

    ;  mergeParallel( MOS merge )
    ;  mergeParallel( RES merge )
    ;  mergeParallel( CAP merge )
    ;  mergeParallel( BJT merge )
    ;  mergeParallel( LDD merge )

    ;  mergeSeries( MOS merge )
    ;  mergeSeries( BJT noMerge )
    ;  mergeSeries( RES noMerge )
    ;  mergeSeries( RES merge )
    ;  mergeSeries( CAP noMerge )
    ;  mergeSeries( LDD merge )

    ;  compareParameter( MOS percent( "w" 0.05 "l" 0.05 ) )
    ;  compareParameter( RES percent( "VALUE" 0.05 ) )
    ;  compareParameter( BJT percent( "EA" 0.05 ) )
    ;  compareParameter( CAP percent( "VALUE" 0.05 ) )
    ;  compareParameter( LDD percent( "w" 0.05 "l" 0.05 ) )

    ;  listXRef()
    ;  listFilteredDevices()
    ;  filterReduceStatistics()
    ;  formGate(none)
    ; autoPinSwap( t 1000000)
    ;  bindingFile( strcat(getShellEnvVar("AMIS") "/ami500hakx/Rev6.17/assura/bind.rul" ))
    ;  filter( "BCOFGPX")
    ;  bindingFile( "lvs.bind")
    ) ; end of avCompareRules (AMIS Technology Development)

     

    So,  basically commented out everything except the avCompareRules line in compare.rul.

    I also added the cdl netlisting in the Netlisting Option window.

    Then when I ran the LVS, then it works fine.

     I just want to double check is that you wanted me to do.

    Or did you want me to  just comment out the "schematic (netlisting(cdl strcat(getShellEnvVar("AMI")"/tech/ami500hakx/current/cdl/box.cdl"))" line and leave the others uncommented.I tried that but then LVS gives me errors.

     Please let me know.

     

    Thanks

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information