PoC.io.uart.BitClock

Todo

No documentation available.

old comments:

UART BAUD rate generator bclk_r = bit clock is rising bclk_x8_r = bit clock times 8 is rising

Entity Declaration:

 1    OVERSAMPLING_RATE : positive  := 8
 2  );
 3  port (
 4    Clock       : in  std_logic;
 5    Reset       : in  std_logic;
 6
 7    BitClock    : out std_logic;
 8    SampleClock : out std_logic
 9  );
10end entity;