• 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 SKILL
  3. Text editor or framework for SKILL...

Stats

  • Locked Locked
  • Replies 29
  • Subscribers 153
  • Views 31798
  • 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

Text editor or framework for SKILL...

ToMWUT
ToMWUT over 16 years ago
Hello All,

I've got some general questions about tools which could be used to write programs in SKILL. First of all could you recommend some text editor which highlights the SKILL syntax. Right now my main problems concerns syntax errors based on the problem that I'm for example passing wrong argument types to my procedures... Is there maybe a tool which could help me with this problem in SKILL, such as for example Eclipse for J2EE or Visual Studio for .Net? If not – even some text editor with the right syntax highlight for SKILL will be sufficient.

Thanks,

ToM
  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 16 years ago
    In IC613 there is also the new SKILL development environment which has syntax highlighting (and interactive debug capability).

    More and more features are being added over time to this.

    I personally use vi because it has a built in LISP mode. There are syntax highlight files out there for nedit, and also a skillMode for emacs - I'm happy to send that (no guarantees) to anyone who wants it.

    Regards,

    Andrew
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 16 years ago
    In IC613 there is also the new SKILL development environment which has syntax highlighting (and interactive debug capability).

    More and more features are being added over time to this.

    I personally use vi because it has a built in LISP mode. There are syntax highlight files out there for nedit, and also a skillMode for emacs - I'm happy to send that (no guarantees) to anyone who wants it.

    Regards,

    Andrew
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • abhi10
    abhi10 over 6 years ago in reply to Andrew Beckett

    Hi Andrew! 

    I am pretty new to the cadence community as a requester / asking questions. I've mostly always found solutions without having to ask. But this I have not! 

    Sorry to open up a decade old thread, but I wanted to ask:

    I am a vim user, and I do have syntax highlighting on for vim, But I am not very happy with the way vim indents / un-indents code blocks for skill files. I am not sure if it even recognizes that its LISP mode.

    I see that you use vi / vim. Would you be kind enough to let me know if there are any special settings you use for skill syntax in vim ?

    Thanks,

    Abhiram

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to abhi10

    Abhiram,

    Well, the forum guidelines ask you not to post on the end of old threads, but in this case I'll make an exception as it's useful related information for others.

    I don't have anything enormously unusual in my vi setup (well, I have a number of bindings to invoke programs to create the box comment style I use, but other than that). In my ~/.exrc I have:

    set shiftwidth=4
    set autoindent
    set showmatch showmode

    which are my usual settings for C mode. Then whenever I'm using LISP mode, I enter;

    :set lisp

    Note that whether this is supported depends on how vim was compiled, I think; on my machine "vi" doesn't support lisp mode but "vim" and "gvim" do. Note that you can also use ":set" to see what opens are set having set them, or ":set all" to see all available options (so if lisp/nolisp shows up it's available).

    In addition, I have ~/.vim/filetype.vim which contains this:

    " my filetype file
    if exists("did_load_filetypes")
    finish
    endif
    augroup filetypedetect
    au! BufRead,BufNewFile *.ocn setfiletype skill
    au! BufRead,BufNewFile *.ils setfiletype skill
    au! BufRead,BufNewFile *.sv setfiletype verilog
    augroup END

    This then means that the syntax highlighting mode for gvim tuns on for OCEAN scripts and SKILL++ code as well as .il (which is done by default).

    Hope that helps,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • RK56
    RK56 over 6 years ago in reply to Andrew Beckett

    I would like to link here one of my post posted sometime back on VIM settings for SKILL

    https://community.cadence.com/cadence_technology_forums/f/custom-ic-skill/37796/vim-settings-for-skill

    I use it regularly and found it useful. Please feel free to share your thoughts

    -Ramakrishnan

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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