• 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 31828
  • 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
  • tweeks
    tweeks over 13 years ago

    ebecheto said:

    I don't know all the steps to use your  'inferior-lisp-program tweak. Could you provide the full code tweeks ?

     

     

    That is the full code: Just set "inferior-lisp-program" to start Virtuoso in -nographE mode; no additional setup is necessary.

    You can start Virtuoso in the current buffer's current directory with M-x inferior-lisp.  In another buffer/window, find a SKILL file and start Lisp mode with M-x lisp-mode.  It's helpful (but not required) to have this happen automatically when you visit files that end in ".il" or ".ils":

       (add-to-list 'auto-mode-alist '("\\.ils?$" . lisp-mode))

    Once you're editing a Lisp (SKILL) file in Lisp mode, and you have your virtuoso prompt open in the inferior lisp buffer, you can send commands to it for evaluation with C-c C-e (eval defun) or C-c C-r (eval region).  As usual, C-h m will show you the Lisp mode keys, and C-h b will list all the bindkeys for you. 

    Editing via Inferior Lisp Mode is much easier and more powerful than using the CIW: you have word completion via M-/, command history search via M-r, and of course all the usual Emacs editing commands, not to mention the entire history of your session (and previous Inferior Lisp sessions) is saved in the buffer, unlike the CIW which only keeps the last few lines.

    I'm currently lobbying my AE to improve -nographE mode; e.g. currently you can't use the Library Manager normally in -nographE mode.  You can still open schematics and layouts via deOpenCellView(), but return values from GUI events (e.g. mouse clicks and bindkeys) cannot be filtered: if you pan and zoom a bit, the inferior lisp buffer filles up with lines consisting only of "t".  Still, the overall integration with Emacs is so smooth that I am willing to put up with these little issues.

     

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

    ebecheto said:

    I don't know all the steps to use your  'inferior-lisp-program tweak. Could you provide the full code tweeks ?

     

     

    That is the full code: Just set "inferior-lisp-program" to start Virtuoso in -nographE mode; no additional setup is necessary.

    You can start Virtuoso in the current buffer's current directory with M-x inferior-lisp.  In another buffer/window, find a SKILL file and start Lisp mode with M-x lisp-mode.  It's helpful (but not required) to have this happen automatically when you visit files that end in ".il" or ".ils":

       (add-to-list 'auto-mode-alist '("\\.ils?$" . lisp-mode))

    Once you're editing a Lisp (SKILL) file in Lisp mode, and you have your virtuoso prompt open in the inferior lisp buffer, you can send commands to it for evaluation with C-c C-e (eval defun) or C-c C-r (eval region).  As usual, C-h m will show you the Lisp mode keys, and C-h b will list all the bindkeys for you. 

    Editing via Inferior Lisp Mode is much easier and more powerful than using the CIW: you have word completion via M-/, command history search via M-r, and of course all the usual Emacs editing commands, not to mention the entire history of your session (and previous Inferior Lisp sessions) is saved in the buffer, unlike the CIW which only keeps the last few lines.

    I'm currently lobbying my AE to improve -nographE mode; e.g. currently you can't use the Library Manager normally in -nographE mode.  You can still open schematics and layouts via deOpenCellView(), but return values from GUI events (e.g. mouse clicks and bindkeys) cannot be filtered: if you pan and zoom a bit, the inferior lisp buffer filles up with lines consisting only of "t".  Still, the overall integration with Emacs is so smooth that I am willing to put up with these little issues.

     

    • 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