PoC.misc.StrobeGenerator
Todo
No documentation available.
Entity Declaration:
1 INITIAL_STROBE : boolean := TRUE
2 );
3 port (
4 Clock : in std_logic;
5 Reset : in std_logic;
6 Enable : in std_logic;
7 Strobe_Period_Cylces : in unsigned(COUNTER_BITS -1 downto 0);
8 Out_Strobe : out std_logic
9 );
10end entity;