Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYes, that is correct and was not changed. Quartus 9 returns 0 (no chars received):
return count; while Quartus 11 and 12 (and maybe 10) replaced that line by: if(read_would_block) { return ~EWOULDBLOCK; } else { return count; } The bug appears in Quartus 11 and 12 (and maybe 10 also; I don't have it installed).