Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.14 KB

dstruct_deque.rst

File metadata and controls

40 lines (26 loc) · 1.14 KB

PoC.dstruct.deque

html

GitHub Links

  • Sourcecode <dstruct/dstruct_deque.vhdl>
  • Testbench <dstruct/dstruct_deque_tb.vhdl>

Implements a deque (double-ended queue). This data structure allows two acting entities to queue data elements for the consumption by the other while still being able to unqueue untaken ones in LIFO fashion.

Entity Declaration:

../../../src/dstruct/dstruct_deque.vhdl

latex

Source file: dstruct/dstruct_deque.vhdl <dstruct/dstruct_deque.vhdl>