Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- If you don't want that, use the -waveform option to do something different, like: create_clock -period 10.0 -waveform {1.0 6.} This is a clock with a rising edge at 1 and falling at 6, i.e. shifted 1ns in time. --- Quote End --- Will there be a case that I will create two clocks as: create_clock clk1 -period 10.0 -waveform {1.0 6.0} create_clock clk2 -period 10.0 -waveform {0 5.0} ?? Thanks.