Forum Discussion
Altera_Forum
Honored Contributor
18 years agofor {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?