Altera_Forum
Honored Contributor
15 years ago# - Time Delay
So i understand the# is used as a delay, however -What clock does it use as reference to delay? -Is this only for simulation? Does it have no effect on an actual FPGA?
It is only for simulation indeed.
No effect on real design. Use it in a procedural block of a testbench. It will delay one instruction from the subsequent. As a consequence there's no 'reference' clock. The delay is from one instrction to the following.