• 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. Digital Implementation
  3. Passing variables to addStripe command

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 91
  • Views 13975
  • 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

Passing variables to addStripe command

Kevin P Thomas
Kevin P Thomas over 14 years ago

Hi All

I am facing a problem during the execution of addStripe command with the variables as its arguments.

  addStripe -block_ring_top_layer_limit M3 -max_same_layer_jog_length 4 -padcore_ring_bottom_layer_limit M1 \
+                 -set_to_set_distance 1 -stacked_via_top_layer M3 -padcore_ring_top_layer_limit M3 \
+                 -spacing 2 -merge_stripes_value 0.065 -layer M2 -block_ring_bottom_layer_limit M1 \
+                 -width 2 -area {$XMIN $YMIN $XMAX $YMAX} -nets VDD -stacked_via_bottom_layer M1

 

If we specify the correct co-ordinates the stripes are properly.

addStripe -block_ring_top_layer_limit M3 -max_same_layer_jog_length 4 -padcore_ring_bottom_layer_limit M1 \
+                 -set_to_set_distance 1 -stacked_via_top_layer M3 -padcore_ring_top_layer_limit M3 \
+                 -spacing 2 -merge_stripes_value 0.065 -layer M2 -block_ring_bottom_layer_limit M1 \
+                 -width 2 -area {40.76 234.78 42.76 240.78} -nets VDD -stacked_via_bottom_layer M1

But while passing those coordinates using variables ,the stripes get places all over the core area.

 I am getting the below warining:-

**WARN: (ENCPP-613):    The intersection area is insufficient to fit any cut, so no via was created.
        layer: M1 & M2, size: 2.00 x 0.03 at (33.43, 858.39)
**WARN: (ENCPP-613):    The intersection area is insufficient to fit any cut, so no via was created.
        layer: M1 & M2, size: 2.00 x 0.06 at (78.43, 572.78)
**WARN: (ENCPP-613):    The intersection area is insufficient to fit any cut, so no via was created.
        layer: M1 & M2, size: 2.00 x 0.06 at (29.43, 603.62)
 

 

Please help in solving this issue.

 

  • Cancel
  • Tongju
    Tongju over 14 years ago

    In the place of  "-area {$XMIN $YMIN $XMAX $YMAX}", try to use "-area [list $XMIN $YMIN $XMAX $YMAX]"

    • 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