Forum Discussion
Altera_Forum
Honored Contributor
18 years agoThe two related clocks (clk_a and clk_b) are created at page 4 of the document attached to the 1st post.
These clocks have periods of 10 and 20 ns respectively as shown at the picture. --- Quote Start --- These can be assigned with the following commands: create_clock –period 10 –waveform {0 5} [get_ports {clk_a}] create_clock –period 10 –waveform {3 13} [get_ports {clk_b}] --- Quote End --- Is it correct?