by Tricky <Trickyhead@[EMAIL PROTECTED]
>
Jun 25, 2008 at 12:49 AM
On 25 Jun, 07:58, Ashani Patel <ashani4...@[EMAIL PROTECTED]
> wrote:
> Hi all
> I am anovice and want to learn how to read and write into file in
> different modes and with different types
> and also advanced dfeatures.
> kindly anyone let me know some good books and other online reference
> materials.
>
> thanks and regards
> ashani
VHDL is very good at handling text files. It can also handle other
types of file but it is less trivial. It is recommended that you use
text files where possible.
Also, just to make sure, you cannot synthesise file IO. it can only be
used in testbenches.