• 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. How to put data into memory for paste using SKILL

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 144
  • Views 13264
  • 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

How to put data into memory for paste using SKILL

XinjiePI
XinjiePI over 10 years ago

Hi All,

 I have a procedure() that can get a variable. Is there any methods can add to this block to put this variable into memory? which I could use mouse middle button to paste this data after I finish running the procedure()?

Any comments are highly appreciate!

Xine 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    Xine,

    Your question was not very clear, but I think you're asking for a way to populate the "clipboard"  from SKILL. There's hiGetClipboard() to retrieve it, but no public function to set the clipboard contents.

    You should contact customer support to request this.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • XinjiePI
    XinjiePI over 10 years ago

    Hi Andrew,

     Thanks for your reply. Yes I need one function to populate data to clipboard. I would contact them to see what happened.

    Thank you.

     Regards,

    Xine 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • uschi
    uschi over 10 years ago

    Maybe this works for you, it puts the string into the mouse-buffer:  p, li { white-space: pre-wrap;

    MyString="ps -aux"  p, li { white-space: pre-wrap; }

    sprintf( cmnd "echo '%s' | xclip -i" MyString) p, li { white-space: pre-wrap; }

    system( cmnd )

     

     

    regards,

    Uli

    • 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