Forum Post: RE: Actual Value in Allegro Constraint Manager
So the issue is that the constraint is not enabled. A Yellow column header is a big clue here. Go to Analyze - Analysis Modes - Electrical and turn on the DRC mode for Prop delay and the actual values...
View ArticleForum Post: Partial Etch Length
Hi, I am trying to measure the etch length of a trace, but only on part of it. I click "Show measure" and then I select two ends of a trace or cline segments, but it selects the full Cline/Net and...
View ArticleForum Post: Sroute not connecting pads
Hello, I am using command sroute -connect { padPin padRing } -layerChangeRange { M1(1) LB(9) } -blockPinTarget { nearestTarget } -padPinPortConnect { allPort oneGeom } -padPinTarget { nearestTarget }...
View ArticleForum Post: RE: Partial Etch Length
Look at the Find pane settings, turn all off except Cline Segs and see if that helps......
View ArticleForum Post: Layout xl highlight dimming vs selecting
When using net highlighting option in Layout XL, the dimming option for other nets and layers is enabled. It acts as a shadow effect. It makes other objects darker. I want to enable the same effect on...
View ArticleForum Post: RE: Layout xl highlight dimming vs selecting
Which version are you using? I just checked in IC6.1.8 ISR14 (so it would be the same in ICADVM20.1), and just turning on "Enable Dimming" on Options->Display in the layout editor does what (I...
View ArticleForum Post: RE: Layout xl highlight dimming vs selecting
Thank you Andrew very much. It is working as you described. I'm running IC6.1.7. Can this dimming effect be enabled only for devices and nets selected from schematic? In regular selection for moving, I...
View ArticleForum Post: RE: Sroute not connecting pads
sorry, i meant The VDD_CORE and GNDS_CORE nets are not connected to metal3 as they should
View ArticleForum Post: RE: Partial Etch Length
Yes, I have tried that. Once I select the ends of segments, the whole cline/net is highlighted.
View ArticleForum Post: RE: Layout xl highlight dimming vs selecting
I don't believe this is possible. You'd need to toggle the dimming on/off in the layout window. You could do that either with the "Dim" icon in the toolbar, or put this on a bindkey:...
View ArticleForum Post: RE: Layout xl highlight dimming vs selecting
Thank you Andrew. The bindkey is very useful. hiSetBindKey("Layout" " n" "hiGetCurrentWindow()->dimmingOn=!hiGetCurrentWindow()->dimmingOn")
View ArticleForum Post: RE: Partial Etch Length
That sounds like you have Nets and CLines enabled in the find filter dialog. Make sure everything is off except CLine segments. What the find filter matches will flash as you hover over it with your...
View ArticleForum Post: RE: Picking corner dependent variables for monte carlo simulation
You are right Shawn. I had misunderstood the requirement of the simulation. Initially, I had thought the closest we could simulate to real life is by simulating corners to get the calibrated code and...
View ArticleForum Post: RE: Partial Etch Length
I have only the Cline segs option selected. You can see in the attached image: I click select segment vertex on the Via and then select segment vertex on the 2nd bend, but the whole cline from the via...
View ArticleForum Post: RE: Picking corner dependent variables for monte carlo simulation
The pre-run script approach in the rapid adoption kit that Shawn referenced also allows you to do this with a single test. So I would take a look at this too. Regards Andrew
View ArticleForum Post: RE: Picking corner dependent variables for monte carlo simulation
Dear SunnyB and Andrew, [quote userid="4936" url="~/cadence_technology_forums/f/custom-ic-design/46926/picking-corner-dependent-variables-for-monte-carlo-simulation/1369876"]The pre-run script...
View ArticleForum Post: How to print special character like " using sprintf()
Dear All, I am trying to use getAsciiWave() in SKIL script. I want to vary the Y-column value. So, I tried as below:- ITR4=1 getAsciiWave(sprintf( nil "\"/mxp/ESD/INL_PI_64_CODE_MC.csv\" 1 %d ?xskip 0...
View ArticleForum Post: Changing the height and width of a viva graph
Hello, I would like to change the height and width of viva graph but It it doesn't seem to take effect after adding this in my .cdsinit width envSetVal("viva.graphFrame" "width" 'string "600") ; height...
View ArticleForum Post: RE: How to print special character like " using sprintf()
I'm not sure why you're doing all this messing around with sprintf. The filename isn't changing, and the other arguments can just be passed as variables. So doing...
View Article