Altera_Forum
Honored Contributor
18 years agoDisabling Clock signal in FPGA device
Hello,
In my design I have an external clock that feeds sequential logic inside the FPGA. But in some specific situation I want the clock beeing disabled so that the registers are no more updated. I need a global disabling. One solution is to feed the clock signal in a gate (AND for example), the other AND input will be driven from the enable/disable signal. But I don't know if this solution is really proper inside an FPGA. Any other idea?? Thanks a lot