Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE2 board USB communication
Hello people, I'm curious to know is there anyone who have experience with DE2 board USB communication ? There is some ISP1362 USB-OTG controller which must be appropriate configured in order to...
Altera_Forum
Honored Contributor
16 years agowhile (tmp = '0') loop
if (buffer_full = '0') then tmp <= '0'; elsif (buffer_full = '1') then tmp <= '1'; end if; end loop; Error: loop must terminate within 10000 iterations Error: can't elaborate top-level user hierarchy anyone who can help me find where is my mistake? thanks veryu much