skill code/procedure in nograph mode

S

SS

Guest
I want to run icfb in nographical mode and call a skill procedure. How
do I do it ?

This is what I want to do .

I have a perl code from which I want to launch icfb -nograph using
system(icfb)
Once icfb is launched I want to call the skill procedure with
arguments passed from the perl code.

thanks,
Sriram
 
Or is it possible to invoke "icfb -nograph" with some more arguments
and specify the skill procedure to execute ??

something like this here

icfb -nograph CCSCheckLayout(a b)

thanks,
Sriram
 
In article <80fc623d-aeba-4d07-9c5e-287cceea79e7@n20g2000hsh.googlegroups.com> SS <ssriramiyer@gmail.com> writes:
Or is it possible to invoke "icfb -nograph" with some more arguments
and specify the skill procedure to execute ??

something like this here

icfb -nograph CCSCheckLayout(a b)
You can put the Skill procedures into a file and execute them with

icfb -nograph -replay skill.file

Note, though, that icfb will exit when it reaches the end of the replay file
when in nograph mode.

-Pete Zakel
(phz@seeheader.nospam)

"Labor: One of the processes by which A acquires property for B."
 

Welcome to EDABoard.com

Sponsor

Back
Top