C
chuk
Guest
Generating clock delays
I am relatively new to VHDL so pleas excuse me if this is too easy a
question. I need to be able to generate a time shifted version of the
clk signal for control purposes in an Xilinx based project. There are
several options that I have come across:
-Using the after ??n, but this dose not seem to generate any
difference
-using the wait until statement though this is not supported by Xilinx
for some reason
-using the dll (is this the most efficient manor?)
I would like someone to tell me which is the best and most
controllable manor of generating a clock delay. Thanks
I am relatively new to VHDL so pleas excuse me if this is too easy a
question. I need to be able to generate a time shifted version of the
clk signal for control purposes in an Xilinx based project. There are
several options that I have come across:
-Using the after ??n, but this dose not seem to generate any
difference
-using the wait until statement though this is not supported by Xilinx
for some reason
-using the dll (is this the most efficient manor?)
I would like someone to tell me which is the best and most
controllable manor of generating a clock delay. Thanks