Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
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.
17268 Discussions

Urgent !! Re-editing a component in SOPC 9.1

Altera_Forum
Honored Contributor II
1,292 Views

Hello  

I already create a new component in SOPC (Quartus 9.1) . 

I need to edit new modifications to that component but the problem is that i can't edit it !! It can't even click on the button edit !  

Thank's for any help
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
405 Views

you mean, you can't select the edit property on your component inside the sopc builder when you right clic on it ? 

 

close the sopc builder 

open the *_hw.tcl file of your ip 

search for this line 

 

--- Quote Start ---  

set_module_property EDITABLE false 

--- Quote End ---  

 

and change it to  

 

--- Quote Start ---  

set_module_property EDITABLE true 

--- Quote End ---  

 

now if you reopen your sopc builder project then you should be able to edit the component 

 

this bug/feature of not be able to edit an existing component has been introduced somewhere around quartus 9.0 where all custom ip's where suddenly not editable
0 Kudos
Altera_Forum
Honored Contributor II
405 Views

Thank you so much  

You helped me a lot
0 Kudos
Reply