User guide

3-42
Compiling and Elaborating Your Design
first tree statement example
tree {mod1,mod2} {Opt};
This example is for a design with the following module hierarchy:
The statement enables Radiant Technology optimizations for the
instances of modules mod1 and mod2 and for all the module
instances hierarchically under these instances.
second tree statement example
tree (0) {mod1,mod2} {Opt};
This modification of the previous tree statement includes a depth
specification. A depth of 0 means that the attributes apply no further
module mod1
mod1_inst1
module mod11
mod11_inst1
module mod12
mod12_inst1
module mod111
mod111_inst1
module mod1111
mod1111_inst1
module top
module mod2
mod2_inst1
module mod21
mod21_inst1
module mod3
mod3_inst1
Radiant Technology optimizations
apply to this part of the design