S
Samiran
Hi,
How can I invoke and run ocean scripts from unix terminal (I am using
bash shell)?
Cheers
Sam
How can I invoke and run ocean scripts from unix terminal (I am using
bash shell)?
Cheers
Sam
Hi,
How can I invoke and run ocean scripts from unix terminal (I am using
bash shell)?
Cheers
Sam
Samiran wrote, on 05/05/10 18:13:
How can I invoke and run ocean scripts from unix terminal (I am using
bash shell)?Cheers
Sam
Sam,
You could read the documentation? (The OCEAN Reference Manual)
Use either:
ocean -restore oceanScript.ocn
or
icfb [-nographE] -restore oceanScript.ocn
(the second is if you're using IC5141 and want to use the design(lib cellview)
form of the design function; if using IC61X, you can netlist with the "ocean"
executable).
Actually the documentation suggests redirecting the input rather than using the
-restore argument, but personally I think the -restore method is better, and I
promote that in the Cadence OCEAN training class.
The shell you're using doesn't matter.
Regards,
Andrew.
I OceanRef the instruction given:
To load an OCEAN script,
1. Type the following command to start OCEAN:
ocean
The OCEAN prompt appears.
2. Use the SKILL load command to load your script:
load( "script_name.ocn" )
Messages about the progress of your script appear.
I followed it: enter $ocean , but got the error: bash: ocean: command
not found
What do I need to change to include the command? Do I need to update
my .bashrc file? What will be the update statement?
Please help!
Regards
Sam.
Samiran said:I OceanRef the instruction given:
To load an OCEAN script,
1. Type the following command to start OCEAN:
ocean
....
I followed it: enter $ocean , but got the error: bash: ocean: command
not found
We have to suppose '$' is your prompt?
You are not running this as root, aren't you?
As already stated, you have first to take some basic lessons
on the topic 'command line'.
PM