text editor setup for Verilog-A/SpectreHDL blocks in Cadenc

Discussion in 'Cadence' started by boa, Jan 7, 2005.

  1. boa

    boa Guest

    Hi all!

    How can I change the text editor for Verilog-A or SpectreHDL blocks in
    Cadence enviroment from vi to smth else (e.g. emacs)??

    I remember I changed it at my previous working place: it was possible
    to do it either in Cadence settings, or in UNIX default editor
    settings, but I can't recollect which files to modify..
    Can someone point me to that?
     
    boa, Jan 7, 2005
    #1
  2. You can set the SKILL variable editor in your .cdsinit file:

    editor="xemacs"
    editor="nedit"

    etc.

    You can also set it in the CIW of course.

    Also, if the editor variable is not overridden, it will inherit the value from
    the UNIX EDITOR environment variable - e.g.

    setenv EDITOR xemacs

    (in csh).

    Regards,

    Andrew.
     
    Andrew Beckett, Jan 7, 2005
    #2
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.