GD76
Occasional Contributor
4 years agocreate falling edge virtual clock
Trying to understand to concept of virtual clock. A virtual clock is created from external clock but think that is created at rising edge. Both are 20MHz. How to create a virtual clock from SYCLK but at falling edge?
Believe the second line below creating the virtual as rising. Need to push it to go falling edge.
create_clock -name {SYSCLK} -period 50.000 -waveform { 0.000 25.00 } [get_ports {SYSCLK}]
create_clock -name {CLK20MHZSYS_ext} -period 50.000