Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem about Cadence IC5.0 in Redhat8.0

Status
Not open for further replies.

silicon

Junior Member level 3
Junior Member level 3
Joined
Feb 5, 2002
Messages
28
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
163
schbindkey.il

Hello,



I install IC5.0 in Redhat8.0 sucessfully.

However, there is something wrong when I open the composer.

The first problem is taht I can't use HOTKEYs in composer.

(For example: f --> Fit; i--> instance ...)

Could someone tell me is it normal or how to setup?



The second problem is there is a warning message when I launch IC5.0.


The warning messge is as following.

Warning: Cannot convert string "-adobe-helvetica-medium-r-normal--0-100-75-75-p-0-iso8859-1" to type FontStruct

Thanks for your help!

Silicon
 

skillcore.cxt not loaded

For hotkey,you should have .cdsinit file.Maybe you can the solution in cdsdoc.
 

The warning that you experienced can be ignore.
It is complains the fonts problem.
But still can works well.
 

at .cdsinit find load("leBindKeys.il") ,
del ";" before it,
use xlsfonts to find fonts can be used,
use man to see how to add fonts.
 

Bindkey soulation
1. cd to (your install IC50 dir) /tools.lnx86/dfII
2. make dir local
3. copy (your install IC50 dir)/tools.lnx86/dfII/sample/local/cdsinit to (your install IC50 dir)/tools.lnx86/dfII/local/.cdsinit
 

Thanks for your help

Hello,

The HOTKEY problem is fixed.

But, there is an another problem.
When I instanced a symbol in composer, it failed.
The message is as following.

X Toolkit Warning:
Name: textfield
Class: XmTextField
Character '\151' not supported in font. Discarded.

Silicon
 

Do you have set the LANG environment variable? If yes, unsetenv LANG, then try to startup the composer again.
 

Another BindKey solution
IN CWD directory setup .simrc file and add
load("/../../../SchBindKey.il")

To customize the HOTKEY, you can copy the "schBindKey.il" and "leBindKey.il" files to your CWD or HOME diectory and modify them,
then restart IC\5\0.

SchBindKey.il for composer schematic
lebindKey.il for layout editor
 

Re: Thanks for your help

silicon said:
Hello,

The HOTKEY problem is fixed.

But, there is an another problem.
When I instanced a symbol in composer, it failed.
The message is as following.

X Toolkit Warning:
Name: textfield
Class: XmTextField
Character '\151' not supported in font. Discarded.

Silicon
IC50 only support english verision linux
 

Hello,
when i start with icfb the program comes up and in the ciw the following messages appear:

************************************************************
8-bit PseudoColor Visual is not available (default Visual option).
\o Using 24-bit TrueColor Visual.
\o The program xdpyinfo can be used to verify the Visuals available
\o for your display.
\o Loading PRshare.cxt
\o Loading LVS.cxt
\o Loading acv.cxt
\o Loading auCore.cxt
\o Loading schView.cxt
\o Loading selectSv.cxt
\o Loading seismic.cxt
\p >
\o Warning: Cannot convert string "-adobe-helvetica-medium-r-normal--0-100-75-75-p-0-iso8859-1" to type FontStruct
\o *Error* getqq: argument #1 should be a symbol (type template = "sS") - (cdba.data)
\o *Error* getqq: argument #1 should be a symbol (type template = "sS") - (cdba.data)
\o Loading Skill files for skillCore
\o *WARNING* (autoloads): skillCore.cxt was not loaded
\o *Error* load: can't access file - "startup.il"
\o ******* Non-recoverable error (no top-level or error handler)
\o ******* Exiting program ...
************************************************************

The porgram though doesn't exit, I cannot see anything in a cell in layoutplus.

can someone help me?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top