Forum Post: HOW TO configure the license of the PDK Automation System(PAS) in...
hi, I used to use PAS in linux and I know how to set the envoronment varibles on linux. now I have install the PAS in windows but didn't know how to set up the lic envoronment varibles and start up the...
View ArticleForum Post: RE: symbol properties versus defstruct versus ?
Thanks Andrew! This is most helpful and as always I appreciate your help. -Dan
View ArticleForum Post: RE: HOW TO configure the license of the PDK Automation...
I haven't ever tried installing PAS on Windows, and don't have a Windows machine on which to try it out - but I expect you'd need to set the CDS_LIC_FILE environment variable to point at your license...
View ArticleForum Post: Issues with vector stimulus and spectre
Hi, Yesterday a friend told me about the VEC file option for spectre. It looks great! But now I spent many hours to get a simple shift register to work but I get unreliable results. Sometimes it works,...
View ArticleForum Post: Enhanced Pad Entry for Differential pair
I have an radial footprint (pads of the footprint have an angle between 0 and 360 degree from origin) and i need to route differential pair on them. I cannot figure out how to change the orientation...
View ArticleForum Post: Set default grid settings in Orcad PCB Editor
Hi, Is there a way to set the default grid setttings and other Design Parameters? Because of now every time I create a new symbol I have to go to Setup->Design Parameters and then set the grid...
View ArticleForum Post: RE: Set default grid settings in Orcad PCB Editor
See this link for a note on using Templates: orcad.co.uk/images/PDF/User_Defined_Templates.pdf
View ArticleForum Post: How to get status of variable (enabled/disabled) from checkpoint...
Hi, Is it any SKILL function that allows to know if variable was enabled in checkpoint (history entry). I mean I can get list of global variables from checkpoint using axlGetVars(), but then i want to...
View ArticleForum Post: RE: How to get status of variable (enabled/disabled) from...
sess=axlGetWindowSession() sdb=axlGetMainSetupDB(sess) hist=axlGetHistoryEntry(sdb "tran.3") ckpt=axlGetHistoryCheckpoint(hist) var=axlGetVar(kept "rx_inpbufwhatever") axlGetEnabled(var) ; was it...
View ArticleForum Post: RE: Enhanced Pad Entry for Differential pair
What tool (and version) are you talking about? From the terminology used, I suspect you've posted in the wrong forum (in which case I can move it to the right place) - but I'd need to know which tool...
View ArticleForum Post: RE: How to get status of variable (enabled/disabled) from...
Andrew, thank you very much. (It is typo in line 5. should be ckpt instead of kept) What about my second question? Is it a way to get also list of variables for test in checkpoint?
View ArticleForum Post: RE: How to get status of variable (enabled/disabled) from...
Sorry - that was auto-corrected by my web browser. I've just boarded a plane so I'll answer the second question later when I've landed... (I didn't notice it earlier)
View ArticleForum Post: RE: How to get status of variable (enabled/disabled) from...
Corrected the earlier post. To get the design variables for a test (from a particular history), just do: sevSess=axlGetToolSession(sess "TRAN" ?history "tran.3")...
View ArticleForum Post: RE: Issues with vector stimulus and spectre
The documentation is a bit poor for this - it's on my to-do list to file a CCR to get this improved, plus some enhancement requests. The radix can only be 1, 2, 3 or 4 - which means each digit is...
View ArticleForum Post: RE: Getting error while running dpi-c functions with SV code
thank u so much for ur reply...I tried without -sv but still I m getting same error..is there any other way(commands) to compile this files?
View ArticleForum Post: RE: Getting error while running dpi-c functions with SV code
thank for ur reply ...I m using Red Hat Enterprise Linux Server release 6.7.
View ArticleForum Post: RE: Getting error while running dpi-c functions with SV code
Is it supported or not ?
View ArticleForum Post: RE: Getting error while running dpi-c functions with SV code
Is it required to include svdpi.h header file in c code ? because when I m including that I m getting below warning.. ncsc: compiling $TESTDIR/test_c.c make: ***...
View ArticleForum Post: RE: Getting error while running dpi-c functions with SV code
Hi I too use DPI to call my C function from SV environment. I use two step for my simulations. I compile, elaborate and generate the snapshot in one step and simulate in the second step. In my compile...
View Article