Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
now I found out the reason why the problem occurs: The .hex-File is a Intel32 hex-file, so 4 Data Bytes are located at one address. I dont know why Quartus gives out a warning, but the file is correct. The Word-Size can be set in the width Parameter. If width = 8 then one Data Byte is located at one address. If i set the record Parameter to 4 (always 4 Data Bytes per row) no warning occurs... Thanks to all, Paddy