- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where must the mif files for the RAMs reside?
Is is search path dependent? ex: set_global_assignment -name SEARCH_PATH mifs_hereLink Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VERILOG_FILE doesn't look right, its probably a MISC_FILE. try adding the file with the GUI and looking at the .qsf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
per the global assignments manul it should be this command
set_global_assignment -name MIF_FILE <value>
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page