S
Samiran
Guest
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
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sam,Hi,
How can I invoke and run ocean scripts from unix terminal (I am using
bash shell)?
Cheers
Sam
I OceanRef the instruction given:Samiran wrote, on 05/05/10 18:13:
Hi,
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 cell view)
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.
--
Andrew Beckett
Senior Solution Architect - Cadence Design Systems Ltd (UK)
Sam,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.
....I OceanRef the instruction given:
To load an OCEAN script,
1. Type the following command to start OCEAN:
ocean
We have to suppose '$' is your prompt?I followed it: enter $ocean , but got the error: bash: ocean: command
not found
Dear Sam,Samiran wrote:
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