Parameters - 2022.1 English

Vivado Design Suite User Guide: System-Level Design Entry (UG895)

Document ID
UG895
Release Date
2022-05-11
Version
2022.1 English

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.