Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17267 Discussions

SOPC Builder Error: add old 'class.ptf' based component (and solution to fix it)

Altera_Forum
Honored Contributor II
1,270 Views

Tool: SOPC Builder 9.1, SP2 

Action: 

 

In SOPC Builer, after you add old 'class.ptf' based component (maybe from: 

C:\altera\91\ip\altera\sopc_builder_ip\) and then press 'Generate', 

you may get error as follows:  

 

Error: One or more components could not be located (MODULE_NAME) 

 

SOLUTION 

-------- 

First, exit SOPC Builer with 'Save' changes. Then open text file located in:  

 

/YOUR_PROJECT_DIR/.sopc_builder/install.ptf 

 

You can find many WRONG paths as following example: 

 

local = "c:/altera/91/quartus//../ip/altera/nios2_ip/altera_nios2"; 

 

Delete text 'quartus//../' in each 'local' parameter, then save this file. 

Re-run SOPC Builder and generate the system. 

 

At first I think this issue is introduced by text '//', 

but thanks to akira's post: 

http://www.alteraforum.com/forum/showthread.php?t=24959 

it seems OK for text '//'. 

 

Same condition can be found in: /altera/91/ip/.sopc_builder/install.ptf 

BUT it DOESN'T make problem... (why???) 

 

Hope this post is helpful.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
606 Views

Hello, 

 

My error msg was different : 

 

ISP1362:avalon_slave_1_irq:"associated addressable interface"(assocaitedAddressablePoint) out of range.. 

 

could you pl tell me if anything can be done, 

i got this error when i tried to update older sopc .ptf file to .sopc file,
0 Kudos
Reply