my question is :
@clk_array = %clock_sheet
print "@clk_array\-name\n";
i'm getting the output error as follows:
1)@clk_array having the same elements twice
example: clk1 clk1 clk2 clk2 clk3 clk3 ...........
it has to be clk1 clk2 clk3 .........
2)the extension _name is coming for the last element only
i want the extension for all the elements
eg:clk1_name clk2_name clk3_name