Altera_Forum
Honored Contributor
18 years agoCreate multiple generated clocks
My system have 360 channel input signal named: In_Target_Signal[359..0], they are used as clk in my project, and I have create clock for them as the following show:
create_clock -nam {In_Target_Signal} -period 10000.00 -waveform {0.000 5000.000} }] -add I need to create a generated clock for each In_Target_Signal, that means I need to create 360 generated clocks: Generate_CLK[359..0]. Anybody tell me how to implement it? Thanks in advance!