Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

RAM mif locations

Altera_Forum
Honored Contributor II
1,388 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
640 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
640 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
640 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
640 Views

per the global assignments manul it should be this command 

 

set_global_assignment -name MIF_FILE <value>
0 Kudos
Reply