PoC.io.FrequencyCounter
Todo
No documentation available.
Entity Declaration:
1 TIMEBASE : T_TIME := 1.0;
2 RESOLUTION : positive := 8
3 );
4 port (
5 Clock : in std_logic;
6 Reset : in std_logic;
7 FreqIn : in std_logic;
8 FreqOut : out std_logic_vector(RESOLUTION - 1 downto 0);
9 FreqOut_Strobe : out std_logic
10 );
11end entity;