PoC.io.GlitchFilter

This module filters glitches on a wire. The high and low spike suppression cycle counts can be configured.

Entity Declaration:

 1  );
 2  port (
 3    Clock   : in  std_logic;
 4    Input   : in  std_logic;
 5    Output  : out std_logic
 6  );
 7end entity;
 8
 9
10architecture rtl of io_GlitchFilter is
11  -- Timing table ID