Goto page Previous 1, 2, 3 ... 51, 52, 53
Andrew Beckett
Guest
Thu Oct 22, 2009 10:12 pm
somaku_at_yahoo.com wrote, on 10/20/09 18:16:
Quote:
Thank you for your replies. Unfortunately I don't think it is really a
problem of how one defines the save oppoint. Because with the way I do
it I have no problems seeing the gds curve in wavescan - so, it
extracts the data from the DC sweep. It is just that when I try to put
it in the calculator and then plot back in wavescan, that it kind of
"loses" it. But I'll try what you recommended.
On Oct 20, 5:34 am, Tarek <tarek.k...@gmail.com> wrote:
I just looked a bit closer at your save statement. Try "save
M*:oppoint", or simply "save *:oppoint". refer to "spectre -h save"
for options.
Try changing the getData("/MN:gds"...) to getData("MN:gds"). I suspect something
is getting confused about the mapping of device names. Names which begin with
"/" are schematic names, whereas those without are "simulator" names. So
providing you use the names in the netlist, all should be OK.
You might also want to try pv("/MN" "gds" ?result "dc-dc") - but I'm guessing a
bit here.
Either way, it shouldn't really be getting this wrong, so you might want to
contact Cadence customer support to investigate why the mapping is going wrong.
There might be something afoot with the CDF for your transistors (maybe).
Regards,
Andrew.
Guest
Sun Oct 25, 2009 9:41 am
Hi Andrew,
Removing "/" actually worked. Thanks a lot.
The second thing you suggested didn't help, but who cares, as long as
I have a working solution.
Quote:
Try changing the getData("/MN:gds"...) to getData("MN:gds"). I suspect something
is getting confused about the mapping of device names. Names which begin with
"/" are schematic names, whereas those without are "simulator" names. So
providing you use the names in the netlist, all should be OK.
You might also want to try pv("/MN" "gds" ?result "dc-dc") - but I'm guessing a
bit here.
Either way, it shouldn't really be getting this wrong, so you might want to
contact Cadence customer support to investigate why the mapping is going wrong.
There might be something afoot with the CDF for your transistors (maybe).
Regards,
Andrew.
Pete nospam Zakel
Guest
Thu May 20, 2010 10:57 pm
In article <4bf4dcec$0$281$14726298_at_news.sunsite.dk> PM <pm_at_gmx.de> writes:
Quote:
vtcad wrote:
On May 17, 2:28 am, I-F AB<cop0...@gmail.com> wrote:
On May 15, 2:13 am, Tarek<tarek.k...@gmail.com> wrote:
I have the following in my .cdsenv and don't get any whats new popups
in icfb or ADE
ddserv showWhatsNew string "5.1"
asimenv showWhatsNew string "5.1.0"
When the pop up opens, in one of its pull down menus there is a "OFF
AT STARTUP" option. Click it and its gone.
Yeh, and this is saved e.g. in $HOME/.cdsenv which is NOT loaded by default
next time you start icfb/virtuoso. So there you are again ...
That depends one your settings for .cdsenv loading. If you are setup to load
using CSF, then the setup.loc file will control which .cdsenv files are loaded
and in which order.
If not setup for CSF, then the environment variable CDS_LOAD_ENV controls
which .cdsenv files are loaded. The default with no CSF and CDS_LOAD_ENV
not set is to load from the $HOME.
-Pete Zakel
(phz_at_seeheader.nospam)
"Got Mole problems?
Call Avogardo 6.02 x 10^23"
PM
Guest
Fri May 21, 2010 9:18 am
Pete nospam Zakel wrote:
Quote:
In article<4bf4dcec$0$281$14726298_at_news.sunsite.dk> PM<pm_at_gmx.de> writes:
vtcad wrote:
On May 17, 2:28 am, I-F AB<cop0...@gmail.com> wrote:
On May 15, 2:13 am, Tarek<tarek.k...@gmail.com> wrote:
I have the following in my .cdsenv and don't get any whats new popups
in icfb or ADE
ddserv showWhatsNew string "5.1"
asimenv showWhatsNew string "5.1.0"
When the pop up opens, in one of its pull down menus there is a "OFF
AT STARTUP" option. Click it and its gone.
Yeh, and this is saved e.g. in $HOME/.cdsenv which is NOT loaded by default
next time you start icfb/virtuoso. So there you are again ...
That depends one your settings for .cdsenv loading. If you are setup to load
using CSF, then the setup.loc file will control which .cdsenv files are loaded
and in which order.
If not setup for CSF, then the environment variable CDS_LOAD_ENV controls
which .cdsenv files are loaded. The default with no CSF and CDS_LOAD_ENV
not set is to load from the $HOME.
And here is the real problem: I don't like to save anything in my $HOME
directory (there are plenty of reasons for this), so
- CDS_LOAD_ENV is set to CWD
- but all "Off at Startup"s settings are written to $HOME/.cdsenv
A CDS_SAVE_ENV should be nice. If not set, then use CDS_LOAD_ENV and so on ...
PM
lorak88ATgmail.com
Guest
Wed Jun 02, 2010 10:23 pm
Hi,
I recently switched from IC5.1.4 to IC6.1 and I had one or two kinks.
One of the most troublesome is the fact that my Esc key does not work
in to cancel a command. Could someone point out what I might have mess
up?
Thanks!
rick
Guest
Thu Jun 03, 2010 1:47 am
On Jun 2, 12:23 pm, "lorak88ATgmail.com" <lora...@gmail.com> wrote:
Quote:
Hi,
I recently switched from IC5.1.4 to IC6.1 and I had one or two kinks.
One of the most troublesome is the fact that my Esc key does not work
in to cancel a command. Could someone point out what I might have mess
up?
Thanks!
Look like you are missing your bindKey definition. You can add it
with:
hiSetBindKey( "Layout" "<Key>Escape EF" "cancelEnterFun()" )
where "Layout" can be other tools like Schematic or Symbol or ????
Rick
lorak88ATgmail.com
Guest
Thu Jun 03, 2010 10:11 pm
On Jun 2, 4:47 pm, rick <ej...@pacbell.net> wrote:
Quote:
On Jun 2, 12:23 pm, "lorak88ATgmail.com" <lora...@gmail.com> wrote:
Hi,
I recently switched from IC5.1.4 to IC6.1 and I had one or two kinks.
One of the most troublesome is the fact that my Esc key does not work
in to cancel a command. Could someone point out what I might have mess
up?
Thanks!
Look like you are missing your bindKey definition. You can add it
with:
hiSetBindKey( "Layout" "<Key>Escape EF" "cancelEnterFun()" )
where "Layout" can be other tools like Schematic or Symbol or ????
Rick
Thanks for the suggestion, but it still does not work when I set the
bind keys for schematics and layout. I also noticed that my delete key
also does not work. This is despite the fact that the "Del" key is
bind to delete as stated under the Edit pull down window in Schematics
L window. Like all my other bind keys work, except for the escape and
delete keys.
Could this be something related to my linux setting or does IC6.1 have
a different arrangement for bind keys?
Thanks in advance!
rick
Guest
Thu Jun 03, 2010 11:50 pm
On Jun 3, 12:11 pm, "lorak88ATgmail.com" <lora...@gmail.com> wrote:
Quote:
On Jun 2, 4:47 pm, rick <ej...@pacbell.net> wrote:
On Jun 2, 12:23 pm, "lorak88ATgmail.com" <lora...@gmail.com> wrote:
Hi,
I recently switched from IC5.1.4 to IC6.1 and I had one or two kinks.
One of the most troublesome is the fact that my Esc key does not work
in to cancel a command. Could someone point out what I might have mess
up?
Thanks!
Look like you are missing your bindKey definition. You can add it
with:
hiSetBindKey( "Layout" "<Key>Escape EF" "cancelEnterFun()" )
where "Layout" can be other tools like Schematic or Symbol or ????
Rick
Thanks for the suggestion, but it still does not work when I set the
bind keys for schematics and layout. I also noticed that my delete key
also does not work. This is despite the fact that the "Del" key is
bind to delete as stated under the Edit pull down window in Schematics
L window. Like all my other bind keys work, except for the escape and
delete keys.
Could this be something related to my linux setting or does IC6.1 have
a different arrangement for bind keys?
Thanks in advance!
Try this syntax:
hiSetBindKeys( "Layout" list(list("<Key>Escape" nil
"cancelEnterFun()") ;EF
hiSetBindKeys( "Schematic" list(list("<Key>Escape" nil
"cancelEnterFun()") ;EF
Rick
Goto page Previous 1, 2, 3 ... 51, 52, 53