skill code/procedure in nograph mode

Discussion in 'Cadence' started by SS, Jan 30, 2008.

  1. SS

    SS Guest

    I want to run icfb in nographical mode and call a skill procedure. How
    do I do it ?

    This is what I want to do .

    I have a perl code from which I want to launch icfb -nograph using
    system(icfb)
    Once icfb is launched I want to call the skill procedure with
    arguments passed from the perl code.

    thanks,
    Sriram
     
    SS, Jan 30, 2008
    #1
  2. SS

    SS Guest

    Or is it possible to invoke "icfb -nograph" with some more arguments
    and specify the skill procedure to execute ??

    something like this here

    icfb -nograph CCSCheckLayout(a b)

    thanks,
    Sriram
     
    SS, Jan 30, 2008
    #2
  3. SS

    Guest Guest

    You can put the Skill procedures into a file and execute them with

    icfb -nograph -replay skill.file

    Note, though, that icfb will exit when it reaches the end of the replay file
    when in nograph mode.

    -Pete Zakel
    ()

    "Labor: One of the processes by which A acquires property for B."
     
    Guest, Jan 30, 2008
    #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.