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.

Question on IC5.0 under redhat7.2!

Status
Not open for further replies.

lba

Newbie level 2
Joined
Nov 5, 2005
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
Finishing installation, I changed the license header, set the environment variable and executed the 'lmgrd'. Then I tried to run the order "icfb" or "icms", but the machine told me 'can not find the command', I donot know why. I can see both two orders under the folder "**/tools.lnx86/dfII/bin". I tried many time and want to change something, but failed. Who can tell me, I will greatly appriciate it.

I installed it according to the belowing guide.
---------------------------------------------------------------
..........
13)finish installation.
14) In your terminal go to /tools/cds5 add type
ln –s tools.lnx86 tools
15) Copy the license.dat to /usr/local/flexlm/license
If this directory does not exit create it and install it in this directory.
16) Rename the license file to license.dat
17)Change the license header from
#SERVER server ANY 5280
#DAEMON cdslmd …
to
SERVER localhost.localdomain ANY 5280
DAEMON cdslmd /tools/tools.lnx86/bin/cdslmd
Make sure your remove #
18) Logout to a local user not root
19) Open terminal and type csh
20) Set the environment as following in order not to type them again and again each time create a file a type all the commands there and then you will only copy them to the terminal.
21) Set al the environment as follow:
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/bin
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/dfII/bin
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/plot/bin
setenv CDSDIR /tools/cds5
setenv CDS_ROOT /tools/cds5
setenv CDS_INST_DIR /tools/cds5
setenv CDS_INSTALL_DIR /tools/cds5/tools.lnx86/dfII
setenv CDS_LIC_FILE 5280@localhost.localdomain
setenv CDS_Netlisting_Mode Analog
/tools/cds5/tools.lnx86/bin/lmgrd –c license.dat
22)In order to test if the license is running you can type the following but this is not necessary
lmstat –a –c license.dat
23)Now in order to start type
icms – IC Mixed Signal
icfb – IC front to back
----------------------------------------------------------------------------
 

which shell you are using?
This is for csh or tcsh.

The default shell for redhat 7.2 is bash.
$tcsh,and then source .cshrc(your environment setting file)
 

soway said:
which shell you are using?
This is for csh or tcsh.

The default shell for redhat 7.2 is bash.
$tcsh,and then source .cshrc(your environment setting file)


OK, I made it in csh. Now it can work. Thanks a lot!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top