T
TheThunder
Guest
Hello @ all,
i have a small problem with synchronizing an incoming singal to the
Clock of my VIRTEX4.
At the moment i use this code to synchronize the incoming asynchronous
signal Pulse:
Sync_Pulse : process ( Internal_Clock )
begin
temp_pulse <= Pulse;
sync_pulse <= temp_pulse;
end process;
My question is if there is a more elegant or easier way to synchronize
an incoming signal.
thank you
Marc
i have a small problem with synchronizing an incoming singal to the
Clock of my VIRTEX4.
At the moment i use this code to synchronize the incoming asynchronous
signal Pulse:
Sync_Pulse : process ( Internal_Clock )
begin
temp_pulse <= Pulse;
sync_pulse <= temp_pulse;
end process;
My question is if there is a more elegant or easier way to synchronize
an incoming signal.
thank you
Marc