User guide
3-37
Compiling and Elaborating Your Design
You specify the configuration file with the +optconfigfile
compile-time option. For example:
+optconfigfile+file name
Note:
The configuration file is a general purpose file that has other
purposes, such as specifying ACC write capabilities. Therefore to
enable Radiant Technology optimizations with a configuration file,
you must also include the +rad compile-time option.
The Configuration File Syntax
The configuration file contains one or more statements that set
Radiant optimization attributes, such as enabling or disabling
optimization on a type of design object, such as a module definition,
a module instance, or a signal.
The syntax of each type of statement is as follows:
module {list_of_module_identifiers} {list_of_attributes};
or
instance {list_of_module_identifiers_and_hierarchical_
names} {list_of_attributes};
or
tree [(depth)] {list_of_module_identifiers}
{list_of_attributes};