User guide

3-41
Compiling and Elaborating Your Design
instance {mod1.mod2_inst1.mod3_inst1,
mod1.mod2_inst1.rega} {noOpt};
In this example, the module statement disables Radiant optimizations
for all instances of module mod1.
The instance statement disables Radiant optimizations for the
following:
Module mod1 (already disabled by the module statement)
The module instance with the instance identifier mod2_inst1 in
mod1
The module instance with the instance identifier mod3_inst1
under module instance mod2_inst1
Signal rega in module instance mod2_inst1.