Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21593 Discussions

HELP: modify compenant with sopc (quartus 9.0)

Altera_Forum
Honored Contributor II
1,277 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
559 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
559 Views

thank you for your reply.  

problem solved
0 Kudos
Reply