Hi,
Just say I have an array
it looks like this
module add ..................
........... {cell interconnection or behaviour coding}
...........
.......
....
endmodule
module mul ....
..............
............
..........
..........
endmodule
module clt ...........
...........
............
..........
..........
endmodule
module mlt ............
..............
...................
............
.........
endmodule
Now, I want to use perl to change the syntax from module add till
endmodule and module clt till endmodule only. The rest I want it to
remain the same. What is the approach I should use to accomplish this
tasks? Can some one guide me? Thanks in advance!
Best regards,
ABC