email notification

Discussion in 'Cadence' started by Luca, Nov 6, 2003.

  1. Luca

    Luca Guest

    Hi

    Is there a way in Affirma to send an email when a simulation is done?

    Thanks
    Luca
     
    Luca, Nov 6, 2003
    #1
  2. Luca

    Partha Guest

    When you run the simulations in distributed mode( setup-->Simulator
    directory/host--> host mode = distributed, you get two additional
    fields and one of them is E-mail Notify
    Iam not sure if local/remote support this, i havent seen them

    Partha
     
    Partha, Nov 6, 2003
    #2
  3. Luca

    S. Badel Guest

    you could use the 'shell' netlist statement to invoke sendmail.

    for me adding this in the netlist footer worked:

    email shell cmd="~/email %S %H"

    with the following script ~/email

    /usr/lib/sendmail -F $1 << EOF
    Content-type: text/plain

    The $1 simulation running on $2 has terminated.
    EOF

    i don't know of any automatic ways though...
    stephane
     
    S. Badel, Nov 7, 2003
    #3
  4. Luca

    Luca Guest

    thank you very much

     
    Luca, Nov 10, 2003
    #4
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.