error regarding .mif file

Status
Not open for further replies.

namratasarode

Newbie level 1
Joined
Feb 3, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
5
I am using xilinx 14.2 and I got error that it cannot open .mif file....I know the file location but I dont know how to add this file...please help
 

Hi,

You open the .v file , there is a instantiation of block memory like this
BLK_MEM_GEN_V7_3 #(.
.
.C_INIT_FILE("BlankString"),
.C_INIT_FILE_NAME("example.mif"),//give the //path here
.C_INITA_VAL("0"),
.C_INITB_VAL("0"),
.C_INTERFACE_TYPE(0),
.C_LOAD_INIT_FILE(1),
Give the file location to C_INIT_FILE_NAME

Thanks
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…