fifo: Remove shared variable
authorAnton Blanchard <anton@linux.ibm.com>
Sun, 13 Oct 2019 01:52:39 +0000 (12:52 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Sun, 13 Oct 2019 01:52:39 +0000 (12:52 +1100)
commitad6c6790f96bb3b94025e1ec368d727ee17d8642
tree5e7d60e9be70e1e0de1ee21c548dad11df5ba334
parentbd73c1753bec86675ff06a30d77b85a695f932f1
fifo: Remove shared variable

The shared variable used for FIFO memory is not VHDL 2008 compliant.
I can't see why it needs to be a shared variable since reads and writes
update top and bottom synchronously, meaning they don't need same cycle
access to the FIFO memory.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
fpga/pp_fifo.vhd