Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
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.
21618 Discussions

HELP: modify compenant with sopc (quartus 9.0)

Altera_Forum
Honored Contributor II
1,331 Views

Hello everybody 

I need you. 

I created a component with sopc. 

Now i want to modify my component with sopc from QUARTUS II 9.0, but un can't. 

Can you help me please! 

thanks!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
613 Views

Please change the line in your .tcl file 

 

set_module_property EDITABLE false 

 

to 

 

set_module_property EDITABLE true 

 

That's all! 

 

Regards, 

Kest
0 Kudos
Altera_Forum
Honored Contributor II
613 Views

thank you for your reply.  

problem solved
0 Kudos
Reply