• 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 Design
  3. I want the layout view to be automatically displayed on...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 9325
  • 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

I want the layout view to be automatically displayed on the left.

Daeho
Daeho over 3 years ago

Good morning. Nice to meet you. First of all, please understand that I used a translator because I am not good at English. My question is, when using Layout XL, what should I do if I want the Layout view to open automatically on the left and the Schematic view to open automatically on the right?

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 3 years ago

    The default behaviour is to auto-arrange based on the screen size, but I think that the layoutXL autoArrange cdsenv var is the only control for automatic control based on the screen size (it's either t or nil). You can however set specific vars to do this. This SKILL may be useful as it computes them based on the screen size, so you'd put this in your .cdsinit (or load it from your .cdsinit) and then call CCFarrangeXLWindows():

    procedure(CCFarrangeXLWindows(@optional (minY 70))
      destructuringBind((width height) hiGetMaxScreenCoords()
        envSetVal("layoutXL" "layoutWindow" 'string
          lsprintf("((0 %d) (%d %d))" minY width/2 height)
        )
        envSetVal("layoutXL" "schematicWindow" 'string
          lsprintf("((%d %d) (%d %d))" width/2 height/4 width height)
        )
        envSetVal("layoutXL" "ciwWindow" 'string
          lsprintf("((%d %d) (%d %d))" width/2 minY width height/4)
        )
    ))
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Daeho
    Daeho over 3 years ago in reply to Andrew Beckett

    Hi andrew
    Thanks to what you said, I modified the cdsenv file and proceeded. I will study more about the additional skill you gave me in the future. Thank you very much. Have a nice day

    • 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