Forum Discussion
Altera_Forum
Honored Contributor
15 years agoInitialization of multidimensional arrays
Hello, I am developing video processing cores to Cyclone III devices by using Quartus II 10.1sp1. I am writing the program codes in Verilog HDL. Now I need for a 2 dimensional array fill...
Altera_Forum
Honored Contributor
10 years agoHello,
I am trying to initialize a series of multidimensional arrays with several .mif files. I get the impression that indeed, as stated above, .mif and multidimensional arrays are not very well supported by Quartus. The first array in the series is read in correctly, be it with an akward warning regarding the difference between the lenght of the array and the length of the file data (they both have 2000 bytes). In the support manual of quartus there is an elaborate section explaining the .mif editor, but i cannot find a reference to .mif and multidimensional arrays. Has anybody experience with this concept? (Reading a series of single byte arrays of 2000 bytes with .mif files works fine). Best Regards, Johi.