frodus
|
Erstellt: 25.10.04, 11:52 Betreff: Re: writing to FIFO |
|
|
Hi,
usual the implementation of the fifo is based on a rd and wr ptr. And there should be on procedure that puts data into the fifo and one that reads data from the fifo.
If it is now the case that you need to put more then one element into the fifo you can simply create a procedure that puts n elements into the fifo.
Note: Before you start the implementation consider all wrap around and overun criterias.
/frodus
|
|