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

Need help to design SOPC gui

Altera_Forum
Honored Contributor II
969 Views

Hi, 

I have designed one custom component.In that I am using reconfigurable PLL. It's working is different for different device families. So I want to derive device family as a parameter for my design.Is it possible? 

 

One more thing how to add tab(button) in SOPC for custom component.Please give some example if possible? 

 

Thanks in advance 

 

Regards, 

 

Krupesh
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
251 Views

Refer to chapter 7 of the SoPC Builder Handbook: 

http://www.altera.com/literature/hb/qts/qts_qii5v4_01.pdf 

 

You can get pretty fancy with the regular TCL script. If you want to go beyond what the TCL scripting provides, you'll have to write your own external program. 

 

Jake
0 Kudos
Altera_Forum
Honored Contributor II
251 Views

Thank you Jake. 

 

I got the answer of my first question from the pdf.In pdf it is mentioned that how to add button(using add_display_property) however I did not get it. So could you please give me a simple example for the same ? 

 

Thanks again, 

 

Regards, 

 

Krupesh
0 Kudos
Reply