Embedded Array Block is the internal memory used in the Flex 10k of the Altera
Board. Since it is the internal memory, it is very fast, it runs at around
25Mhz for each clock period.
The basic function of the memory is to store and retrieve data upon requested.
There are many method in finding the message. Like in C, or other
programming language, a pointer could be used to store the address of the
content. However, it is very hard to get this done when implemented with
VHDL program. Thus, making life easier, it is better to use a special code
to indicate the end of the message. Then, after seeing the special code,
it will immediately know that that was the beginning of the message.
|