12-07-2014, 05:44 PM
(This post was last modified: 12-07-2014, 09:44 PM by GISED_Link.)
Queue Memory
Heeeeeeello !
A FIFO is a memory that addressed for you the datas in FIFO order (First In First Out). You can easilly earase the last input, go 1 step farwad and reset all the memory.
[video=youtube]http://youtu.be/HB8YHf-ggro[/video]
Minecrfat version : 1.2 - 1.8 and higher
[en]
There is a FIFO memory (first in first out). You can save 8 bits of data and they will be automatically addressed.
Features :
- automatic save (rising edge of the CLK)
- fast data save rate, max 1.2 Hz
- The last slot is protected for overwriting
- All the usefull command
- reset all the slots
- one step farwad
- reset the last input
We can use it for :
- save the measurements
- Plug and play memory
- control the data bus
Contact me if you need more bits wide.
[spoiler=screenshots]
Front view
Command signals
Right view
Output view
Top view
[/spoiler]