• 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. streaming out a gds in IC5

Stats

  • Locked Locked
  • Replies 10
  • Subscribers 143
  • Views 16019
  • 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

streaming out a gds in IC5

Adhil
Adhil over 13 years ago

Hi Guys

i am trying to run the code below

 procedure(ConfigurestreamOut()
a = pipoDisplay(transStreamOutForm)
if(hiInFormApply(transStreamOutForm) then
cid = ipcBeginProcess("cd cal_drc;run_drc; cd ..")
hiDisplayAppDBox(
 ?name 'myBox
 ?dboxBanner "Adhil's DRC"
 ?dboxText "DRC run is complete!"
 ?callback "printf(\"DRC run is complete!!\")"
 ?dialogType 1
 ?dialogStyle 'modeless
 ?buttonLayout 'YesNo
 ))
 
)
procedure(CCSmyMenu(args)
prog((One myMenu)  
One = hiCreateMenuItem(
 ?name 'configure
 ?itemText "Stream and Run"
 ?callback "ConfigurestreamOut()"
 )

myMenu = list(
 hiCreatePulldownMenu(
  'myPersonalMenu
  "Run DRC"
  list(One)))
return(myMenu)
))

if(!boundp('myPersonalMenu) then  
;deRegUserTriggers("schematic" nil 'CCSmyMenu nil) 
deRegUserTriggers("maskLayout" nil 'CCSmyMenu nil)
;deRegUserTriggers("maskLayoutXL" nil 'CCSmyMenu nil)
else
printf("the menu has already been loaded\n")
 )
 i want the drc run executed by ipcBeginProcess to start after the streamout of the gds is fully completed. how can I ensure full streamout? is there a flag or something to indicate the completion of the process.

On the otherhand, how can i streamout a gds automatically in IC5. the previous posts contain codes that are meant for IC6.

 Adhil.

  • Cancel
Parents
  • Adhil
    Adhil over 13 years ago

    Hi Andrew!

    My code is working now. i built a GUI to streamout and run drc. i now want to integrate a small terminal onto my gui so that i could view the streamout and subsequently the drc runs as they are processed on unix.  

    Adhil.

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

    Hi Andrew!

    My code is working now. i built a GUI to streamout and run drc. i now want to integrate a small terminal onto my gui so that i could view the streamout and subsequently the drc runs as they are processed on unix.  

    Adhil.

    • 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