Forum Discussion

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

user_defined ip confused

hi,

i am confused that i have created a ip core in sopc, the ip core is just a interface module ,not assign a hdl file, when i first edit the ip core, it's ok,after refresh system, i see it again,but when i want to edit again by clicking the right mouse key ,there is no "Edit" option.

Have you a solution ?

Thanks

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    When you make a new component, SOPC builder creates a *_hw.tcl file that contains all the parameters you set. Open this file with a text editor and look for a line that looks like this:

    set_module_property EDITABLE false
    and change it to:
    set_module_property EDITABLE true

    Save the file, refresh the SOPC system and you should be able to edit your component.