Monday, September 3, 2012

VHDL IO



• VHDL 1993
– file infile: text open read_mode is “inputdata.txt”;
– file outfile: text open write_mode is “outputdata.txt”;


VHDL 1987
– file infile: text in is “inputdata.txt”;
– file outfile: text out is “outputdata.txt”;

More information on file i/o is on the website
http://people.sabanciuniv.edu/erkays/el310/io_10.pdf

No comments: