J
jjlindula@hotmail.com
Guest
Hello, I just started learning Verilog and I have a quick question. I
want to know why there would be a delay if I simply pass a clock input
into a module and the pass it out of the module. For example:
module passClock(input clock_in, output clock_out)
clock_out = clock_in;
endmodule
When I run this through the Simulator in Quartus I notice a slight
phase shift in the output clock. Any ideas why there is a difference
in clocks?
Thanks,
joe
want to know why there would be a delay if I simply pass a clock input
into a module and the pass it out of the module. For example:
module passClock(input clock_in, output clock_out)
clock_out = clock_in;
endmodule
When I run this through the Simulator in Quartus I notice a slight
phase shift in the output clock. Any ideas why there is a difference
in clocks?
Thanks,
joe