.. _IP/dstruct_Stack: PoC.dstruct.stack ################# .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VHDL/PoC/blob/main/src/dstruct/dstruct_Stack.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/dstruct/dstruct_Stack_tb.vhdl :alt: Source Code on GitHub .. sidebar:: GitHub Links * |gh-src| :pocsrc:`Sourcecode ` * |gh-tb| :poctb:`Testbench ` Implements a stack, a LIFO storage abstraction. .. rubric:: Entity Declaration: .. literalinclude:: ../../../src/dstruct/dstruct_Stack.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 35-54 .. only:: latex Source file: :pocsrc:`dstruct/dstruct_Stack.vhdl `