Forum Discussion
Altera_Forum
Honored Contributor
18 years agoI have solved the problem, the correct syntax is as below,FYI.
set FREQMeasure_Total_Channel 360 for {set loop 0} {$loop < $FREQMeasure_Total_Channel} {incr loop} { puts "loop is $loop" create_clock -name FREQMeasure_ChannleIn_Clk[$loop] -period 100000.000 FREQMeasure_ChannleIn[$loop] }