Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

DFF with clock enable

Hello everyone, I was wondering, when implementing a DFF with clock enable : library IEEE; use IEEE.STD_LOGIC_1164.all; entity D_FF_VHDL is port ( clk : in std_logic; ...