.. _IP:sort_LeastFrequentlyUsed: PoC.sort.LeastFrequentlyUsed ############################ .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VLSI-EDA/PoC/blob/master/src/sort/sort_LeastFrequentlyUsed.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/sort/sort_LeastFrequentlyUsed_tb.vhdl :alt: Source Code on GitHub .. sidebar:: GitHub Links * |gh-src| :pocsrc:`Sourcecode ` * |gh-tb| :poctb:`Testbench ` .. TODO:: No documentation available. .. rubric:: Entity Declaration: .. literalinclude:: ../../../src/sort/sort_LeastFrequentlyUsed.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 36-53 .. only:: latex Source file: :pocsrc:`sort/sort_LeastFrequentlyUsed.vhdl `