Where did the Memory Editor settings go? (Quartus 17.1)
When doing a MIF update, I get the following warning:
Warning (113007): Byte addressed memory initialization file "armboot.hex" was read in the word-addressed format
Not surprisingly, when reading the memory, it is in fact offset by 4.
Now, I can't find where to turn on the option to read the .hex file using byte-addressing.
To make things worse, Intel's solution, found here: https://www.intel.com/content/www/us/en/programmable/quartushelp/17.1/index.htm#msgs/msgs/wmio_mio_byte_hex_word_read.htm
does NOT work since there is not any "Memory Editor" in the "Options" menu.
When I do find the "In System Memory Content" Editor in "Tools" there is no option for changing the addressing.
How can I get Quartus to properly read the .hex file using byte addressing?