Forum Discussion

Mathiazhagan's avatar
Mathiazhagan
Icon for Occasional Contributor rankOccasional Contributor
4 years ago
Solved

Error while creating a Memory Initialization file in Quartus

Hi there, I created a text file and named it as .mif MIF file in the format as shown below DEPTH = 256; WIDTH = 16; ADDRESS_RADIX = HEX; DATA_RADIX = HEX; CONTENT BEGIN 0 : 400, 400,...
  • YEan's avatar
    YEan
    4 years ago

    Yup, you can use the format given online. However, the format you used was wrong, you should not include comma in the content. I'm able to add this .mif file after I had removed all of the comma.