Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYour code has no mention of a line length, so there is no way to know how many values to write onto each line.
The write process also writes out every single value. You need to save the writeline() procedure until you have a complete line to write.