A
anil Kumar
Guest
Hi,
I have list of cells in a file "cell_list" and I want to update
schematic of each cells. I am wondering how do I read this file in
skill and do the operation on each schematic. Here is the content of
the file "cell_list" looks like
---------------------
an2
an3
an4
an5
an6
na2
_________
I have tried following without success
myfile=infile("cell_list") ; didnot work
foreach(cell myfile
.... ...
)
----
Please help .
-Anil
I have list of cells in a file "cell_list" and I want to update
schematic of each cells. I am wondering how do I read this file in
skill and do the operation on each schematic. Here is the content of
the file "cell_list" looks like
---------------------
an2
an3
an4
an5
an6
na2
_________
I have tried following without success
myfile=infile("cell_list") ; didnot work
foreach(cell myfile
.... ...
)
----
Please help .
-Anil