Altera_Forum
Honored Contributor
10 years agoQuestion about Clock Enable port on D flip flop
I am using clock enable signal to synchronize my VHDL design with an external software. Here is how one of the flipflops look like in RTL viewer
http://www.alteraforum.com/forum/attachment.php?attachmentid=11590&stc=1 This flip flop has 4 input ports D,Clk,ENA,Clr and one output port Q. The ENA port is where i connect clock enable signal. In Cyclone V device handbook, an ALM (Adaptive logic module) looks like as shown below http://www.alteraforum.com/forum/attachment.php?attachmentid=11594&stc=1 In the ALM block diagram shown above, in the D flip flop, I can see the D input, the Clk input, CLR input and the Q output but i cannot see the ENA(enable) pin? How is the Enable pin(ENA) on the D flip flop seen in my RTL viewer getting implemented with the actual ALM block? Where is the clock enable in the ALM block diagram? Thanks and Regards, Misha Kumar