PoC.misc.StrobeGenerator

Todo

No documentation available.

Entity Declaration:

 1entity misc_StrobeGenerator is
 2  generic (
 3    COUNTER_BITS          : positive    := 16;
 4    INITIAL_STROBE        : boolean     := TRUE
 5  );
 6  port (
 7    Clock                 : in  std_logic;
 8    Reset                 : in  std_logic;
 9    Enable                : in  std_logic;
10    Strobe_Period_Cylces  : in  unsigned(COUNTER_BITS -1 downto 0);