spectre netlist generation with skill commands

Discussion in 'Cadence' started by HR, Jun 13, 2009.

  1. HR

    HR Guest

    Hi
    Plz help me how can i generate spectre netlist/cdl netlist by skill
    commands.
     
    HR, Jun 13, 2009
    #1
  2. You can run cdl netlist with following steps: (IC61X)

    simInitEnvWithArgs("runDir" "topLib" "topCell" "topView" "auCdl" t)

    tiPrintExtraEnvVars()

    netlist()
     
    Abhishek Dabral, Jun 16, 2009
    #2
  3. Abhishek Dabral wrote, on 06/16/09 17:36:
    And for spectre, you'd use the OCEAN functions:

    simulator('spectre)
    design("lib" "cell" "view")
    createNetlist()

    Regards,

    Andrew.
     
    Andrew Beckett, Jun 23, 2009
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.