Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

RAM mif locations

Where must the mif files for the RAMs reside?

Is is search path dependent?

ex:

set_global_assignment -name SEARCH_PATH mifs_here

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    per the global assignments manul it should be this command

    set_global_assignment -name MIF_FILE <value>