Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks for the info. What I was wondering if how do you add a new component to the SOPC system via command line? Is this possible? Maybe by hacking the system.sopc file? but that file contains some stuff which is kind of puzzling. For example :
element sra_0
{
datum _sortIndex
{
value = "9";
type = "int";
}
}
What does the value 9 indicate in this case? Is there any better ways of doing this than editing the .sopc file?