Forum Discussion
Altera_Forum
Honored Contributor
18 years ago --- Quote Start --- for {set i 0} {$i<16} {incr i} { create_clock -period 10.000 -name clk[$i] [get_ports "clk[$i]"] } The above code works fine for me. I attaced my example source code. Maybe your design is different for some reason? --- Quote End --- Wow...I find the different: [get_ports {In_Target_Signal[$i]}] VS [get_ports "In_Target_Signal[$i]"] I am not farmiliar with tcl. It will be very appreciated if you can explain for me. :)