Forum Post: RE: How do you set a SKILL variable value to a shell evaluation?
Ahh - wait for it....that works better. Thanks!
View ArticleForum Post: RE: ERROR: Netlister: unable to descend into any of the views...
Dear Andrew, I am using cadence Virtuoso 6.1.5 -64b. I created a verilogA model of a filter using model writer, but when I tried to simulate one of my circuits using the same filter model (verilogA...
View ArticleForum Post: RE: How do you set a SKILL variable value to a shell evaluation?
For other users....used in succession, the final ipcReadProcess(cid) returns a string looking something as described above. In my case : "sh: myword: command not found\n" Setting this to a SKILL...
View ArticleForum Post: Why the box is not follow the mouse point when I use Library...
hi guys, have you ever encounter such problem: I import a datasheet in 17.2 library builder. And I click “select area ” to choose PINS in PDF。 But why the box is not follow my mouse point? This failure...
View ArticleForum Post: RE: Hotfix installation error: SPB 16.6 base release not found
Thank you Steve! Your solution fixed the problem. My manager used this laptop before me and he installed Allegro.
View ArticleForum Post: RE: Why the box is not follow the mouse point when I use Library...
Hi Colin - this just works for me so firstly make sure you are on the latest version. You should be able to access any updates from Download Manager. Remember you have to select area, choose what type...
View ArticleForum Post: RE: Query on Harmonic Port element in analogLib
(Sorry for posting here, but I couldn't find any way to create my own thread. Maybe the moderator could help me here) I am trying to simulate the PSRR of an amplifier and estimate how much of the...
View ArticleForum Post: RE: ERROR: Netlister: unable to descend into any of the views...
This is quite simple. Your view is called "verilogA" (with a capital A at the end) and the default switch view list is to look for "veriloga" (lowercase). If you're not using a config view (I don't...
View ArticleForum Post: RE: How do you set a SKILL variable value to a shell evaluation?
Remove the backquotes, that's why you are getting the "sh: myword: command not found" - with the backquotes you're asking the shell to execute the result of "grep myword mylogfile" rather than just the...
View ArticleForum Post: RE: Changing the FET model parameters dynamically during...
This is just a global parameter, so you should be able to change it via the dynamic parameters in transient as before. If it's only this parameter you want to change, you can check the "dynamic...
View ArticleForum Post: RE: When to Use TopMetal2
No probs, I will check if they have any examples. Thanks for trying. Best Regards, Chris.
View ArticleForum Post: Noise contribution of an instance
Hello, Is there a way to get Spectre to output total noise contributed by a certain instance? The instance may be a sub-circuit, in which case I'd like to know the sum of all contributions from...
View ArticleForum Post: RE: Query on Harmonic Port element in analogLib
ok, I found a solution (workaround): If I set up an expression, e.g: db(getData("/V0" ?result "hbnoise_mt_xf")) then I can plot the transfer function from source V0 to the output. Anyway, the fact that...
View ArticleForum Post: Use the spectre relay component
Hi, analogLib has a cell called "switch" which has 5 parameters, open voltage, closed voltage, open switch resistance, close switch resistance and multiplier. the documentation says that the spectre...
View ArticleForum Post: RE: Query on Harmonic Port element in analogLib
Palmrunner, A quick double check before I test this - what IC subversion are you using? (Help->About in the CIW will tell you) and which spectre sub-version (this appears in the spectre log file)?...
View ArticleForum Post: RE: Query on Harmonic Port element in analogLib
Hi Andrew, Thanks for your quick reply! I'm using Cadence IC6.1.6-64b.500.13.2 From the log file I get this: Version 14.1.0.576.isr7 64bit -- 28 Apr 2015 (Miraculously, a button 'New' appeared for me...
View ArticleForum Post: SOC DFT methodology
Hi, What is the industry SOC DFT methodology to cover multiple physical blocks each one containing multiple IPs and using standard bus protocols like AXI, APB, AHB and each physical block needing to...
View ArticleForum Post: RE: SOC DFT methodology
Hi David, this is not a one-size fits all and largely dependent on tools, team methodology, etc. Suggest speaking to your DFT team and/or your supporting AEs gh-
View ArticleForum Post: RE: How do you set a SKILL variable value to a shell evaluation?
Sorry, I missed that part of your sample code....specifically called out. One last tip for others - remove the trailing newline of the string value with a pipe to transliterate - grep .....| tr -d '\n'...
View ArticleForum Post: RE: ERROR: Netlister: unable to descend into any of the views...
Dear Andrew, Thanks alot. It works man, thanks .
View Article