.. _IP:uart_bclk: PoC.io.uart.bclk ################ .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VLSI-EDA/PoC/blob/master/src/io/uart/uart_bclk.vhdl :alt: Source Code on GitHub .. |gh-tb| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VLSI-EDA/PoC/blob/master/tb/io/uart/uart_bclk_tb.vhdl :alt: Source Code on GitHub .. sidebar:: GitHub Links * |gh-src| :pocsrc:`Sourcecode ` * |gh-tb| :poctb:`Testbench ` .. TODO:: No documentation available. old comments: :abbr:`UART (Universal Asynchronous Receiver Transmitter)` BAUD rate generator bclk_r = bit clock is rising bclk_x8_r = bit clock times 8 is rising .. rubric:: Entity Declaration: .. literalinclude:: ../../../../src/io/uart/uart_bclk.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 50-61 .. only:: latex Source file: :pocsrc:`io/uart/uart_bclk.vhdl `