.. _IP/uart_BitClock: PoC.io.uart.BitClock #################### .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VHDL/PoC/blob/main/src/io/uart/uart_BitClock.vhdl :alt: Source Code on GitHub .. |gh-tb| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VHDL/PoC/blob/main/tb/io/uart/uart_BitClock_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_BitClock.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 50-61 .. only:: latex Source file: :pocsrc:`io/uart/uart_BitClock.vhdl `