This module provides a simple, single clocked FWFT FIFO.
- Author
- Terry Barnaby (terry.nosp@m..bar.nosp@m.naby@.nosp@m.beam.nosp@m..ltd..nosp@m.uk)
- Date
- 2020-06-03
- Version
- 1.0.0
This is a simple single clock first word fall through FIFO. Its data storage memory will be implemented in registers for small Fifo's and in BlockRAM for larger Fifos the Size parameter defining the depth of the Fifo. The data width is defined by the DataWidth parameter. It has a programmable nearFull output that can be enabled by setting the NearFullLevel parameter to the appropriate Fifo level. The RegisterOutputs parameter provides registered output of the data for better system timing at the expense of one cycle of latency.
- Copyright
- GNU GPL License Copyright (c) Beam Ltd, All rights reserved.
This code is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this code. If not, see https://www.gnu.org/licenses/.