User guide
3-38
Compiling and Elaborating Your Design
Here:
module
Keyword that specifies that the attributes in this statement apply
to all instances of the modules in the list, specified by module
identifier.
list_of_module_identifiers
A comma separated list of module identifiers enclosed in curly
braces: { }
list_of_attributes
A comma separated list of Radiant optimization attributes
enclosed in curly braces: { }
instance
Keyword that specifies that the attributes in this statement apply
to:
- All instances of the modules in the list specified by module
identifier.
- All module instances in the list specified by their hierarchical
names and all the other instances as well. VCS determines the
module definition for each module instance specified and
applies the attributes to all instances of the module not just the
specified module instance.
- The individual signals in the list specified by their hierarchical
names.
list_of_module_identifiers_and_hierarchical_names
A comma separated list of module identifiers and hierarchical
names of module instances and signals enclosed in curly braces:
{ }