Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

error regarding .mif file

Status
Not open for further replies.

namratasarode

Newbie level 1
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top