• 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 31811
  • 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
  • tweeksold
    tweeksold over 13 years ago

    Lots of good stuff in that skillMode.el file--thanks!

     

    But I'm confused why you wrote all those "send-*-to-icfb" functions when you could just run "virtuoso -nographE" in Inferior Lisp mode? 

     

        (set-variable 'inferior-lisp-program "virtuoso -nographE -nocdsinit")

    With that, you can use the usual Lisp mode keys (e.g. C-x C-e and C-M-x) to send SKILL code to Virtuoso for evaluation.  There's also customizable variables to do doc lookups; e.g.

        (set-variable 'lisp-function-doc-command "help %s\n")

    Now you can use C-h C-f to get SKILL finder help on a function.

      --tweeks

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • tweeksold
    tweeksold over 13 years ago

    Lots of good stuff in that skillMode.el file--thanks!

     

    But I'm confused why you wrote all those "send-*-to-icfb" functions when you could just run "virtuoso -nographE" in Inferior Lisp mode? 

     

        (set-variable 'inferior-lisp-program "virtuoso -nographE -nocdsinit")

    With that, you can use the usual Lisp mode keys (e.g. C-x C-e and C-M-x) to send SKILL code to Virtuoso for evaluation.  There's also customizable variables to do doc lookups; e.g.

        (set-variable 'lisp-function-doc-command "help %s\n")

    Now you can use C-h C-f to get SKILL finder help on a function.

      --tweeks

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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