Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
Thank you so much
You helped me a lot