Forum Post: Connections on pads between overlapped components
Hi every one I have design with 2 BOM warians where two symbols from different BOM variants overlapped each other : this is 4-port rj45 connector and 1-port rj45 connector The problem is that I can not...
View ArticleForum Post: RE: compare VerilogA result with SystemVerilog result
Hi Luigi, I believe what you are seeing can be done by selecting two or more signals in the wavetrace, right-clicking on their names, then "Create > Analog Overlay". You can even do this for digital...
View ArticleForum Post: How to start these jobs one after another
Hello , I have 2 jobs which are needed to be run one after another automatically.But i didn't know how to tell skill that job1 has been finished and you could begin job2. The only signal is that when...
View ArticleForum Post: RE: compare VerilogA result with SystemVerilog result
Thank you very much :)
View ArticleForum Post: RE: VXL: Setup Vias for Shield Constraints?
Hi Colin, Thanks, I've looked at the 'Tie shield' but from what I understand, it's a feature to tie shields to closest power/ground. It doesn't seem to have any other options to get the shields...
View ArticleForum Post: RE: VXL: Setup Vias for Shield Constraints?
Hi Joey, O.K. Just one more thing .. Your shield nets should have the property power or ground for this to work. In the Navigator, select the shield nets. In the Property Editor, change the signal type...
View ArticleForum Post: RE: Need to create Open mask pad
Hi Oldmuddy, I got confused, please explain how to create open mask ( i need only copper pour for my pad), Thanks Prem
View ArticleForum Post: pss results from different frequencies
Hi, I am doing a pss simulation with frequency as the sweep variable. My simulation setup is following My design variables are set as following Now, once the simulations are finished I can plot the...
View ArticleForum Post: Monte Carlo Noise simulation using MDL
Is there a way to run MC noise simulation using MDL? I tried simple test code below, but it does not work: mcnoise.mdl ===================================================== alias measurement noise_test...
View ArticleForum Post: Accessing dynamic form fields
Hello everyone, I'm building a form, that is supposed to read something and then depending on that number, it outputs a form with fields with the same number. For example: for(i 0 length(namesList)-1...
View ArticleForum Post: RE: Accessing dynamic form fields
Hi Sherif, count=0 foreach(name namesList fprintf(filePort "%s" name) fprintf(filePort "%s\n" get(myform concat('sum count++))->value) ) That should do it. Regards, Andrew.
View ArticleForum Post: RE: Accessing dynamic form fields
Man you're awesome!! You just saved my day!! Thanks A LOT!
View ArticleForum Post: RE: pss results from different frequencies
In the beat frequency, don't put 10G (that's a good way of unnecessarily slowing the simulation down) - put "f" as that's your fundamental. Then your expression can simply be ih("pss" "/V1/PLUS" 1)...
View ArticleForum Post: RE: Monte Carlo Noise simulation using MDL
Change the export statement to: export real total_noise=noise_test:out; The key is that I could see when running it that it names the noise analysis within the monte carlo:...
View ArticleForum Post: RE: changing LSW valid layers to ones only in layout
I guess there is an option called "Used" in the Layers Palette. This is the simplest way
View ArticleForum Post: How can i save one particular net in layout to a different view?
I need to save one particular net in the layout to a different layout name/view. This can be done with marking the net in layout using "Connectivity->Net->Mark" option and then i can save all the...
View ArticleForum Post: Skill code to add the option in toolbar to show layer properties
Hi, I do have the following skill code to display the selected layer property in the toolbar. Right now it just shows the selected layer and the purpose, but how can i add a third field to it to show...
View ArticleForum Post: How can drop an auto via?
There is an existing option in layout to drop automatic via, but this isnt completely automatic, i need to access it through the Creat Via form like "Create->Via->Auto->Hide". But how can i...
View ArticleForum Post: How to sort pins/labels in VLS?
Hi, I use VXL to generate the devices and pins. The pins usually come with labels on it, but the VXL sometimes place the pins randomly even if they are a bus. For example, if i've a pin Ctrl , its...
View Article