Forum Discussion
Altera_Forum
Honored Contributor
14 years agoRAM mif locations
Where must the mif files for the RAMs reside?
Is is search path dependent? ex: set_global_assignment -name SEARCH_PATH mifs_here4 Replies
- Altera_Forum
Honored Contributor
per the global assignments manul it should be this command
set_global_assignment -name MIF_FILE <value> - Altera_Forum
Honored Contributor
VERILOG_FILE doesn't look right, its probably a MISC_FILE. try adding the file with the GUI and looking at the .qsf
- Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
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.