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

user_defined ip confused

Altera_Forum
Honored Contributor II
1,097 Views

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
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
330 Views

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 falseand change it to:set_module_property EDITABLE true 

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