Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21613 Discussions

RAM mif locations

Altera_Forum
Honored Contributor II
1,383 Views

Where must the mif files for the RAMs reside? 

 

Is is search path dependent? 

 

ex: 

 

set_global_assignment -name SEARCH_PATH mifs_here
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
635 Views

If they are located in the top level directory they will be found automatically, otherwise you can add them just like any other source file to the project.

0 Kudos
Altera_Forum
Honored Contributor II
635 Views

Would this be correct for adding as a source file? 

 

set_global_assignment -name VERILOG_FILE ../packetparser/packetparser/pkt_parser/src/mpls/mpls_keylookup_mem_64.mif
0 Kudos
Altera_Forum
Honored Contributor II
635 Views

VERILOG_FILE doesn't look right, its probably a MISC_FILE. try adding the file with the GUI and looking at the .qsf

0 Kudos
Altera_Forum
Honored Contributor II
635 Views

per the global assignments manul it should be this command 

 

set_global_assignment -name MIF_FILE <value>
0 Kudos
Reply