Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
Just create a virtual clock with required frequency and waveform parameters.
- Altera_Forum
Honored Contributor
--- Quote Start --- Just create a virtual clock with required frequency and waveform parameters. --- Quote End --- hi, virtual clock? I have no idea about the required waveform. for example, create_clock -period 2.000 -name tsca_clk tsca_clk -waveform {0 1} ? can the above constraints work correctly? thx :) - Altera_Forum
Honored Contributor
Is this clock is driving internal logic? If yes, then it's a real clock, not virtual:
create_clock -name tsca_clk -period 20.000 - Altera_Forum
Honored Contributor
--- Quote Start --- Is this clock is driving internal logic? If yes, then it's a real clock, not virtual:
--- Quote End --- yes,it is driving internel modules,and its frequency is changeable. the period is set as to the highest frequency?create_clock -name tsca_clk -period 20.000 - Altera_Forum
Honored Contributor
Yes, so it will work with slower ones.