• 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. Can I create a toolbar for the Skill IDE?

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 13111
  • 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

Can I create a toolbar for the Skill IDE?

John Davis
John Davis over 13 years ago
I am using IC 6.1.5 and I would like to create a custom tool bar. One example would be to include running lint on the current file by just hitting a button As an example I have the following code, which I can call from the "Run Function" box on the edit toolbar, but it would be much nicer to have a custom toolbar with what ever functions I would like to call
procedure(jdd_skillLintIDE()

        let((skillFileName tempFileName cellName )
            	skillFileName  =  _ilgGetFileName(-1)
                parsedFileName = parseString(skillFileName "/")
                parsedCellName = parseString(nth(length(parsedFileName) - 1 parsedFileName) ".")
                cellName = car(parsedCellName)
                viewName = cadr(parsedCellName)
                tempFileName = makeTempFileName(sprintf(nil "%s/%s_lint" "/tmp" cellName))
                when( member(viewName list( "il" "ils"))
                        sklint(?file skillFileName ?outputFile tempFileName)
                        view(tempFileName)
                        deleteFile(tempFileName)
                )
        )
)
  • Cancel
  • Quek
    Quek over 13 years ago

    Hi John

    Hope that the attached file can help you. I use it to invoke the lint form. I think you modify it to use your procedure. : )  You can also create a toolbar using the method in solution 11587454.


    Best regards
    Quek

    ciwtoolbar.il
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Quek
    Quek over 13 years ago

    Hi John

    Sorry about the wrong info given, I just noticed that your question is about creating a toolbar in SKILL IDE. As of IC615-500-7, it is not possible to customize SKILL IDE toolbars. We do have an existing CCR (920095) that requests this functionality. Would you please file a service request with your local Cadence support to make another request for this feature? Thanks.


    Best regards
    Quek

    • 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