.. _IP:dstruct_stack:

PoC.dstruct.stack
#################

.. only:: html

   .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png
               :scale: 40
               :target: https://github.com/VLSI-EDA/PoC/blob/master/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/VLSI-EDA/PoC/blob/master/tb/dstruct/dstruct_stack_tb.vhdl
               :alt: Source Code on GitHub

   .. sidebar:: GitHub Links

      * |gh-src| :pocsrc:`Sourcecode <dstruct/dstruct_stack.vhdl>`
      * |gh-tb| :poctb:`Testbench <dstruct/dstruct_stack_tb.vhdl>`

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 <dstruct/dstruct_stack.vhdl>`