Forum Post: RE: how to force the variables inside a class? i'm facing this...
I have shown how im forcing the module variable and class variable. Not sure if I had answered the later question. My original test has many nested blocked inside a case and endcase block; My...
View ArticleForum Post: system() function is executed before other instructions.
Hello! While writing code on SKILL, I found one roblem. Here is its representation in a simplified example: procedure( test() println(1) p rintln(2) println(3) println(4) println(5) system("sleep 4")...
View ArticleForum Post: RE: system() function is executed before other instructions.
Call hiFlushCIW() or hiFlushInfo() before the system() call. It's not that the other functions are executed after the system() call - it's that the output is buffered and doesn't get flushed when the...
View ArticleForum Post: RE: system() function is executed before other instructions.
Thanks a lot, Andrew, for the quick response! It worked great!
View ArticleForum Post: RE: Unable to modify or delete the nested net group present in...
Last hotfix for 17.2 is S083 You can obtain it from your chanel partner
View ArticleForum Post: What’s new in Celsius Thermal Solver 2023.1 HF2 - #1
This 2-part series highlights new and enhanced features of Cadence ® Celsius TM Thermal Solver in the System Analysis 2023.1 HF2 release. The Sigrity and System Analysis (SIGRITY/SYSANLS) 2023.1 HF2...
View ArticleForum Post: RE: Innovus terminated by internal (SEGV) error/signal...
Hi, you can try the steps listed in this article : Debugging crash, stack trace, and hang in Innovus/Tempus - Dimo
View ArticleForum Post: RE: shape splits
The method described still works - here's a video (a bit old but the principle is still the same) Tutorial Split Planes OrCAD Allegro (youtube.com) that shows you how to use the Split Plane command.
View ArticleForum Post: Using environment variables in Model Libraries form
I take part in a collaborative design and we are sharing design files in a repository. In order to avoid revising the ADE view everytime we simulate, we would need to define the path to the model...
View ArticleForum Post: Tagging uvm_errors in waveform file for post-processing
Hi, Do anyone know if it's possible in simvision waveform viewer to see a timestamp of where uvm_errors/$errors occurred in a simulation via post-processing? Cheers, Antonio
View ArticleForum Post: RE: Using environment variables in Model Libraries form
José, ADE Explorer/Assember both support UNIX env vars on the model libraries form in the same was as ADE XL (and also in the include path - this used not to be the case in the past). Andrew
View ArticleForum Post: RE: Using environment variables in Model Libraries form
Andrew, what would the syntax look like? I tried $(VAR_NAME) but that didn't seem to work. Should it be skill getShellEnvVar("VAR_NAME")? Or is there another way? Cheers, José
View ArticleForum Post: RE: Using environment variables in Model Libraries form
Just use $VAR_NAME/path.scs for example (no parentheses around that variable name). Andrew
View ArticleForum Post: RE: Using environment variables in Model Libraries form
Great, thank you Andrew. José
View ArticleForum Post: Net alias label deleted by mistake, howto get it back
hello, i deleted an net alias, label in cis? how can i get the label back? the wire has 2 names the names are delete, how can i get the labels back? thanks, sry for the easy question
View ArticleForum Post: RE: Net alias label deleted by mistake, howto get it back
Hi Luqa, You need to place the net alias again by going to Place>Net alias option or press the "N" keyboard shortcut key to place the same net alias again..
View ArticleForum Post: RE: Net alias label deleted by mistake, howto get it back
Hello, but i have to enter a name with net alias? i want only the label back, and not a "new" net alias. With place -> net alias -> the okay button is grayed out. in eagle was an icon place...
View ArticleForum Post: RE: how to force the variables inside a class? i'm facing this...
I had to make num a static variable to be able to force it. class example; static rand int num; endclass
View ArticleForum Post: RE: how to force the variables inside a class? i'm facing this...
xcelium> force ci.b = 1 xmsim: *E,FOAUTO: Invalid way of setting automatic variable: m.ci.b. Extended help: % xmhelp xmsim FOAUTO xmhelp: 24.01-a071: (c) Copyright 1995-2024 Cadence Design Systems,...
View Article