Parameters of a <component> are used to specify added details of the component, like clock frequency for clock components. The <parameters> section can include one or more <parameter> tags nested within. Each <parameter> has a "name" and "value" attribute pair.
<parameters>
<parameter name="frequency" value="200000000" /parameter>
</parameters>
Important: The <parameters> for the <board> objects have different attributes from the <parameters> for <component> objects.