03.11.2014 Views

VHDL 프로그래밍

VHDL 프로그래밍

VHDL 프로그래밍

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

영상 파일의 입출력<br />

• 영상 파일의 입력 - 계속<br />

if hactive='1' and vactive='1' then<br />

if not (endfile(INFILE_IMG)) then<br />

readline(INFILE_IMG, img_val);<br />

read(img_val, rvalue);<br />

read(img_val, gvalue);<br />

read(img_val, bvalue);<br />

end if;<br />

pir_rimg rimg

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!