Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHave you tried to debug this function? there is no error here in the code as far as I can see - does the file actually exist? does it actually get opened? what you describe could happen if the loop never runs because it cannot find the file.
Try putting some report statements in code for debug. One a second note: quartus does not support using textio for initialising constants. So this code cannot be synthesised.