Forum Discussion

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

Urgent !! Re-editing a component in SOPC 9.1

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

2 Replies

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